aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-03-03 14:15:59 +0100
committerRobin Dupret <robin.dupret@gmail.com>2014-03-03 14:15:59 +0100
commit686e820c48ec8d1509e160816626b7418fb04b13 (patch)
treec05c24f2fcb0682a2e9efb542c0df8a95a04925f
parent409fbffc92dfe612db129d5bb4e99a8807854958 (diff)
downloadrails-686e820c48ec8d1509e160816626b7418fb04b13.tar.gz
rails-686e820c48ec8d1509e160816626b7418fb04b13.tar.bz2
rails-686e820c48ec8d1509e160816626b7418fb04b13.zip
Add a comment to ensure that a test won't be removed [ci skip]
The 'cow' => 'kine' inflection has gone with c300dca9 but it should not be removed from the tested irregularities since it ensures that inflections work with words that do not begin with the same letters.
-rw-r--r--activesupport/test/inflector_test_cases.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb
index 4bd1b2e47c..dd03a61176 100644
--- a/activesupport/test/inflector_test_cases.rb
+++ b/activesupport/test/inflector_test_cases.rb
@@ -314,7 +314,7 @@ module InflectorTestCases
'child' => 'children',
'sex' => 'sexes',
'move' => 'moves',
- 'cow' => 'kine',
+ 'cow' => 'kine', # Test inflections with different starting letters
'zombie' => 'zombies',
'genus' => 'genera'
}