aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/inflector_test.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index 6f088c9c20..310dfa5a22 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -71,9 +71,15 @@ class InflectorTest < Test::Unit::TestCase
"dwarf" => "dwarves",
"elf" => "elves",
"information" => "information",
+ "equipment" => "equipment",
"bus" => "buses",
"mouse" => "mice",
- "louse" => "lice"
+ "louse" => "lice",
+ "house" => "houses",
+ "octopus" => "octopi",
+ "virus" => "viri",
+ "alias" => "aliases",
+ "portfolio" => "portfolios"
}
CamelToUnderscore = {