aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 19:05:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 19:05:47 +0000
commitda4b15fe188dfd1fea42cadde6f984f9a1bd3a85 (patch)
treec5f822ad937cd52745c98f4633a7e10daca6b349 /activesupport/test
parentc196db9527843979f884f331499f0b8963f99dcd (diff)
downloadrails-da4b15fe188dfd1fea42cadde6f984f9a1bd3a85.tar.gz
rails-da4b15fe188dfd1fea42cadde6f984f9a1bd3a85.tar.bz2
rails-da4b15fe188dfd1fea42cadde6f984f9a1bd3a85.zip
More inflectoring #1490
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1616 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/inflector_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index 37687636ad..6f088c9c20 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -27,6 +27,8 @@ class InflectorTest < Test::Unit::TestCase
"agency" => "agencies",
"movie" => "movies",
+ "archive" => "archives",
+
"wife" => "wives",
"safe" => "saves",
"half" => "halves",