Flowdock
method

include?

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: Test::Unit::Collector::ObjectSpace
include?(test) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/isolation.rb, line 153
    def include?(test)
      super && test.method_name == ENV['ISOLATION_TEST']
    end
Register or log in to add new notes.