method
include?
v3.0.9 -
Show latest stable
- Class:
Test::Unit::Collector::ObjectSpace
include?(test)public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 153
def include?(test)
super && test.method_name == ENV['ISOLATION_TEST']
end