method

include?

rails latest stable - Class: Test::Unit::Collector::ObjectSpace

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

include?(test)
public

No documentation available.

# File activesupport/lib/active_support/testing/isolation.rb, line 161
    def include?(test)
      super && test.method_name == ENV['ISOLATION_TEST']
    end