aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-04 15:15:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-04 15:15:13 +0000
commitf5db702901408d7d74a3dec0cb6cdcaf987223dd (patch)
treea0aa84715e62b2598a8bef984e603aeb070d1324 /activesupport/test
parent930f33657c7264578bea198f65222471b8ab2d2e (diff)
downloadrails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.tar.gz
rails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.tar.bz2
rails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.zip
More inflector fixes #1599 [foamdino@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1662 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 = {