summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index eea1a03b5..db44bb9b8 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -186,3 +186,7 @@ class ActiveSupport::TestCase
end
end
end
+
+# Simple module to "namespace" all of the API tests
+module ApiTest
+end