aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
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",