Ignore isolation test tests for test-unit 2 also

This commit is contained in:
Jeremy Kemper
2009-09-13 05:52:18 -07:00
parent 053a0f6ac4
commit 98f96a0809

View File

@@ -1,8 +1,9 @@
require 'abstract_unit'
if defined?(MiniTest) || defined?(Test::Unit::TestResultFailureSupport)
$stderr.puts "Isolation tests can test test-unit 1 only"
# Does awesome
if defined?(MiniTest)
$stderr.puts "Umm, MiniTest not supported yet, mmkay?"
elsif ENV['CHILD']
class ChildIsolationTest < ActiveSupport::TestCase
include ActiveSupport::Testing::Isolation