diff options
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' |