We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299e057 commit ba34110Copy full SHA for ba34110
activesupport/lib/active_support/test_case.rb
@@ -38,7 +38,6 @@ def self.test_order # :nodoc:
38
include ActiveSupport::Testing::SetupAndTeardown
39
include ActiveSupport::Testing::Assertions
40
include ActiveSupport::Testing::Deprecation
41
- include ActiveSupport::Testing::ConstantLookup
42
43
def self.describe(text)
44
if block_given?
activesupport/test/testing/constant_lookup_test.rb
@@ -9,6 +9,7 @@ class Baz < Bar; end
9
module FooBar; end
10
11
class ConstantLookupTest < ActiveSupport::TestCase
12
+ include ActiveSupport::Testing::ConstantLookup
13
14
def find_foo(name)
15
self.class.determine_constant_from_test_name(name) do |constant|
0 commit comments