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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb
index bbc5e6ca99..7694911605 100644
--- a/activesupport/test/inflector_test.rb
+++ b/activesupport/test/inflector_test.rb
@@ -43,6 +43,7 @@ class InflectorTest < Test::Unit::TestCase
"datum" => "data",
"medium" => "media",
+ "analysis" => "analyses",
"node_child" => "node_children",
"child" => "children",