From 91211afd5a45c64f72cd2c0353246c68ae0bd6f4 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 2 Mar 2016 05:58:29 +0900 Subject: Remove duplicated `test_` prefix [ci skip] --- activesupport/test/core_ext/module_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index cbe025624c..ae4aed0554 100644 --- a/activesupport/test/core_ext/module_test.rb +++ b/activesupport/test/core_ext/module_test.rb @@ -333,7 +333,7 @@ class ModuleTest < ActiveSupport::TestCase end end - def test_test_local_constants_is_deprecated + def test_local_constants_is_deprecated assert_deprecated { Ab.local_constants.sort.map(&:to_s) } end end -- cgit v1.2.3