diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-01-06 01:14:18 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-01-06 01:14:21 -0300 |
commit | 61fd7cd9ed24a72717cd3f2dd23a7dbe26ba35fe (patch) | |
tree | 2672908cf58f152883b3c6188bc54feb53bde0f1 /activesupport/test | |
parent | 8f309e31057e1b26fefedb199ab0526126fb1fe4 (diff) | |
download | rails-61fd7cd9ed24a72717cd3f2dd23a7dbe26ba35fe.tar.gz rails-61fd7cd9ed24a72717cd3f2dd23a7dbe26ba35fe.tar.bz2 rails-61fd7cd9ed24a72717cd3f2dd23a7dbe26ba35fe.zip |
Require ActiveSupport::TestCase form ActiveSupport isolation tests
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/ts_isolated.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/ts_isolated.rb b/activesupport/test/ts_isolated.rb index 51a88ac16d..e371238101 100644 --- a/activesupport/test/ts_isolated.rb +++ b/activesupport/test/ts_isolated.rb @@ -1,6 +1,7 @@ $:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib') require 'test/unit' +require 'active_support/test_case' require 'rbconfig' require 'active_support/core_ext/kernel/reporting' |