diff options
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 4 |
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 |