class Test::Unit::Collector::ObjectSpace

Public Instance Methods

include?(test) click to toggle source
Calls superclass method
# File lib/active_support/testing/isolation.rb, line 161
def include?(test)
  super && test.method_name == ENV['ISOLATION_TEST']
end