mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Ignore isolation test tests for test-unit 2 also
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user