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.rb12
1 files changed, 11 insertions, 1 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index 670ab83317..b95d543304 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -60,7 +60,17 @@ class InflectorTest < Test::Unit::TestCase
"series" => "series",
- "perspective" => "perspectives"
+ "perspective" => "perspectives",
+
+ "ox" => "oxen",
+ "buffalo" => "buffaloes",
+ "tomato" => "tomatoes",
+ "dwarf" => "dwarves",
+ "elf" => "elves",
+ "information" => "information",
+ "bus" => "buses",
+ "mouse" => "mice",
+ "louse" => "lice"
}
CamelToUnderscore = {