summaryrefslogtreecommitdiff
path: root/engines/support/test/leap_web_help_test.rb
blob: d74c08790aa202d732d2a5e70fba9c19a555dbaf (plain)
1
2
3
4
5
6
7
require 'test_helper'

class LeapWebHelpTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, LeapWebHelp
  end
end