Skip to content

Commit

Permalink
Added missing requires abstract_unit and activesupport to the loadpat…
Browse files Browse the repository at this point in the history
…h of ts_isolated [#4215 state:committed]

Signed-off-by: wycats <wycats@gmail.com>
  • Loading branch information
Santiago Pastorino and Sebastian Martinez authored and wycats committed Mar 19, 2010
1 parent 1dacc19 commit 1e2caa5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions activesupport/test/callback_inheritance_test.rb
@@ -1,3 +1,4 @@
require 'abstract_unit'
require 'test/unit'
require 'active_support'

Expand Down
2 changes: 1 addition & 1 deletion activesupport/test/callbacks_test.rb
@@ -1,4 +1,4 @@
# require 'abstract_unit'
require 'abstract_unit'
require 'test/unit'
require 'active_support'

Expand Down
@@ -1,3 +1,4 @@
require 'abstract_unit'
require 'active_support'
require 'test/unit'

Expand Down
4 changes: 3 additions & 1 deletion activesupport/test/ts_isolated.rb
@@ -1,6 +1,8 @@
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')

require 'test/unit'
require 'rbconfig'
require 'lib/active_support/core_ext/kernel/reporting'
require 'active_support/core_ext/kernel/reporting'

class TestIsolated < Test::Unit::TestCase
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
Expand Down

0 comments on commit 1e2caa5

Please sign in to comment.