diff options
author | Carlos Duclos <darkzeratul64@gmail.com> | 2012-12-01 14:57:35 -0500 |
---|---|---|
committer | Carlos Duclos <darkzeratul64@gmail.com> | 2012-12-01 14:58:00 -0500 |
commit | 82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0 (patch) | |
tree | b75ec03713a2fcb761ce34fd1129fc5db2668bdc /activesupport/lib | |
parent | 96f7ec4537e8618855467e7226d11182bd8a1111 (diff) | |
download | rails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.tar.gz rails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.tar.bz2 rails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.zip |
nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/testing/constant_lookup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |