instance method
include?
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v3.2.22.5Signature
include?(test)
No documentation comment.
Parameters
-
testreq
Source
# File activesupport/lib/active_support/testing/isolation.rb, line 153
def include?(test)
super && test.method_name == ENV['ISOLATION_TEST']
end
Defined in activesupport/lib/active_support/testing/isolation.rb line 153
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Test::Unit::Collector::ObjectSpace