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