mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Skip isolation test tests when using MiniTest
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
require 'abstract_unit'
|
||||
|
||||
# Does awesome
|
||||
if ENV['CHILD']
|
||||
if defined?(MiniTest)
|
||||
$stderr.puts "Umm, MiniTest not supported yet, mmkay?"
|
||||
elsif ENV['CHILD']
|
||||
class ChildIsolationTest < ActiveSupport::TestCase
|
||||
include ActiveSupport::Testing::Isolation
|
||||
|
||||
@@ -153,4 +155,4 @@ else
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user