summaryrefslogtreecommitdiff
path: root/help/test/leap_web_help_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'help/test/leap_web_help_test.rb')
-rw-r--r--help/test/leap_web_help_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/test/leap_web_help_test.rb b/help/test/leap_web_help_test.rb
new file mode 100644
index 0000000..d74c087
--- /dev/null
+++ b/help/test/leap_web_help_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class LeapWebHelpTest < ActiveSupport::TestCase
+ test "truth" do
+ assert_kind_of Module, LeapWebHelp
+ end
+end