instance method include?

Ruby on Rails 3.2.22.5

Since v3.0.20 Last seen in v3.2.22.5

Available in: v3.0.20 v3.1.12 v3.2.22.5

Signature

include?(test)

No documentation comment.

Parameters

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

Defined in activesupport/lib/active_support/testing/isolation.rb line 166 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Test::Unit::Collector::ObjectSpace

Type at least 2 characters to search.

↑↓ navigate · open · esc close