From b13400086c2d39a5bbc5e8a6ea26434e842fbb10 Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Tue, 25 Sep 2012 15:40:00 -0600 Subject: Add missing inflector dependency --- activesupport/test/testing/constant_lookup_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/testing/constant_lookup_test.rb') diff --git a/activesupport/test/testing/constant_lookup_test.rb b/activesupport/test/testing/constant_lookup_test.rb index f39d38e5cd..d6552b5e49 100644 --- a/activesupport/test/testing/constant_lookup_test.rb +++ b/activesupport/test/testing/constant_lookup_test.rb @@ -8,7 +8,7 @@ end class Baz < Bar; end module FooBar; end -class TestLookup < ActiveSupport::TestCase +class ConstantLookupTest < ActiveSupport::TestCase def find_foo(name) self.class.determine_constant_from_test_name(name) do |constant| -- cgit v1.2.3