aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/inflector_test.rb')
-rw-r--r--activesupport/test/inflector_test.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index 9849e0b52b..684150a925 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -104,7 +104,9 @@ class InflectorTest < Test::Unit::TestCase
"horse" => "horses",
"prize" => "prizes",
- "edge" => "edges"
+ "edge" => "edges",
+
+ "cow" => "kine"
}
CamelToUnderscore = {