diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-03-01 18:00:53 -0300 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-03-01 18:00:53 -0300 |
commit | 8e3790c163b00af9c842602101dcb410361f5fd7 (patch) | |
tree | 81ad7414bb219ebd38e6a38cfd93766cf9752356 /activesupport | |
parent | a408645223f81613b45366aa69d28584c37f17f8 (diff) | |
parent | 91211afd5a45c64f72cd2c0353246c68ae0bd6f4 (diff) | |
download | rails-8e3790c163b00af9c842602101dcb410361f5fd7.tar.gz rails-8e3790c163b00af9c842602101dcb410361f5fd7.tar.bz2 rails-8e3790c163b00af9c842602101dcb410361f5fd7.zip |
Merge pull request #23990 from kamipo/remove_duplicated_test_prefix
Remove duplicated `test_` prefix [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/core_ext/module_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |