diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-11-01 15:26:05 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-11-01 15:26:05 +0000 |
commit | d5fde17bf5d0b8788871f60ff08b203da527de92 (patch) | |
tree | 5178bf12b54deeadcf842740153dc5d3f71f06c5 /test/test_helper.rb | |
parent | db2ecd30103b9b296b1eabb6a018c528c8a1ac8e (diff) | |
download | redmine-d5fde17bf5d0b8788871f60ff08b203da527de92.tar.gz redmine-d5fde17bf5d0b8788871f60ff08b203da527de92.zip |
Move all API tests into the ApiTest module to make management easier
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4357 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 |