Class: Test::Unit::Collector::ObjectSpace

Inherits:
Object
  • Object
show all
Defined in:
activesupport/lib/active_support/testing/isolation.rb

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) include?(test)

Returns:

  • (Boolean)


153
154
155
# File 'activesupport/lib/active_support/testing/isolation.rb', line 153

def include?(test)
  super && test.method_name == ENV['ISOLATION_TEST']
end