From 82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0 Mon Sep 17 00:00:00 2001 From: Carlos Duclos Date: Sat, 1 Dec 2012 14:57:35 -0500 Subject: nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip] --- activesupport/lib/active_support/testing/constant_lookup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/testing/constant_lookup.rb') diff --git a/activesupport/lib/active_support/testing/constant_lookup.rb b/activesupport/lib/active_support/testing/constant_lookup.rb index 73e87befb6..52bfeb7179 100644 --- a/activesupport/lib/active_support/testing/constant_lookup.rb +++ b/activesupport/lib/active_support/testing/constant_lookup.rb @@ -30,7 +30,7 @@ module ActiveSupport module ConstantLookup extend ::ActiveSupport::Concern - module ClassMethods + module ClassMethods # :nodoc: def determine_constant_from_test_name(test_name) names = test_name.split "::" while names.size > 0 do -- cgit v1.2.3