aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/ts_isolated.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/ts_isolated.rb')
-rw-r--r--actionpack/test/ts_isolated.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/actionpack/test/ts_isolated.rb b/actionpack/test/ts_isolated.rb
index 4a321c631f..21d62f6aa7 100644
--- a/actionpack/test/ts_isolated.rb
+++ b/actionpack/test/ts_isolated.rb
@@ -1,7 +1,8 @@
+$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
+
require 'test/unit'
require 'rbconfig'
-require 'rubygems'
-require 'active_support'
+require 'active_support/core_ext/kernel/reporting'
class TestIsolated < Test::Unit::TestCase
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))