aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-01-02 20:29:47 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-02 20:29:47 -0800
commit7ad7c82caf53e0ef7f26221826ddc202a00f2631 (patch)
tree57ff1a8a45fedf3cde936f8d3e37b93bcdb81652 /activesupport
parent7a2554d9a35545ad24937f04c6416df3ed3f26d9 (diff)
downloadrails-7ad7c82caf53e0ef7f26221826ddc202a00f2631.tar.gz
rails-7ad7c82caf53e0ef7f26221826ddc202a00f2631.tar.bz2
rails-7ad7c82caf53e0ef7f26221826ddc202a00f2631.zip
Skip isolation test tests until they work
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/isolation_test.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/test/isolation_test.rb b/activesupport/test/isolation_test.rb
index 39c2166016..a7af5e96f6 100644
--- a/activesupport/test/isolation_test.rb
+++ b/activesupport/test/isolation_test.rb
@@ -1,10 +1,10 @@
require 'abstract_unit'
require 'rbconfig'
-# if defined?(MiniTest) || defined?(Test::Unit::TestResultFailureSupport)
-# $stderr.puts "Isolation tests can test test-unit 1 only"
+if defined?(MiniTest) || defined?(Test::Unit::TestResultFailureSupport)
+ $stderr.puts "Isolation tests can test test-unit 1 only"
-if ENV['CHILD']
+elsif ENV['CHILD']
class ChildIsolationTest < ActiveSupport::TestCase
include ActiveSupport::Testing::Isolation