diff options
author | José Valim <jose.valim@gmail.com> | 2012-01-05 23:31:16 -0800 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-01-05 23:31:16 -0800 |
commit | e09c3c783433e01b11ee4ea12980340cc325472e (patch) | |
tree | 1f80611a94608b296ff2c922e23bf6b631ca204a /actionpack/test/ts_isolated.rb | |
parent | 958d25df4a1b0d41ce5deeeb0739c93b49bbd18d (diff) | |
parent | 74fbad7d1479e7cd6b024fa72074d17757373a8a (diff) | |
download | rails-e09c3c783433e01b11ee4ea12980340cc325472e.tar.gz rails-e09c3c783433e01b11ee4ea12980340cc325472e.tar.bz2 rails-e09c3c783433e01b11ee4ea12980340cc325472e.zip |
Merge pull request #4339 from rafaelfranca/patch-2
Require ActiveSupport::TestCase form ActiveSupport isolation tests
Diffstat (limited to 'actionpack/test/ts_isolated.rb')
-rw-r--r-- | actionpack/test/ts_isolated.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/ts_isolated.rb b/actionpack/test/ts_isolated.rb index 0670e0100b..cb775508ff 100644 --- a/actionpack/test/ts_isolated.rb +++ b/actionpack/test/ts_isolated.rb @@ -1,3 +1,4 @@ +$:.unshift(File.dirname(__FILE__)) $:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib') require 'test/unit' |