aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
diff options
context:
space:
mode:
authorCarlos Duclos <darkzeratul64@gmail.com>2012-12-01 14:57:35 -0500
committerCarlos Duclos <darkzeratul64@gmail.com>2012-12-01 14:58:00 -0500
commit82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0 (patch)
treeb75ec03713a2fcb761ce34fd1129fc5db2668bdc /activesupport/lib/active_support/testing
parent96f7ec4537e8618855467e7226d11182bd8a1111 (diff)
downloadrails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.tar.gz
rails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.tar.bz2
rails-82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0.zip
nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/testing')
-rw-r--r--activesupport/lib/active_support/testing/constant_lookup.rb2
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