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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index 26aea141fe..4337dfd9d6 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -29,6 +29,8 @@ class InflectorTest < Test::Unit::TestCase
"archive" => "archives",
+ "index" => "indices",
+
"wife" => "wives",
"safe" => "saves",
"half" => "halves",