Source: show | on GitHub
# File activesupport/lib/active_support/testing/isolation.rb, line 153 153: def include?(test) 154: super && test.method_name == ENV['ISOLATION_TEST'] 155: end