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