Class: Test::Unit::Collector::ObjectSpace
- Inherits:
-
Object
- Object
- Test::Unit::Collector::ObjectSpace
- Defined in:
- activesupport/lib/active_support/testing/isolation.rb
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) include?(test)
153 154 155 |
# File 'activesupport/lib/active_support/testing/isolation.rb', line 153 def include?(test) super && test.method_name == ENV['ISOLATION_TEST'] end |