aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 17:10:20 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 17:10:20 +0000
commitdb2495cf7ea12ee8bdea5c634a004d4f97454667 (patch)
tree2ab88be1fd01e298b1a1876dec49e87d4f2c8a2f /activesupport/test/inflector_test.rb
parent190e04645bf7ae873d922064783a71a88e0060fd (diff)
downloadrails-db2495cf7ea12ee8bdea5c634a004d4f97454667.tar.gz
rails-db2495cf7ea12ee8bdea5c634a004d4f97454667.tar.bz2
rails-db2495cf7ea12ee8bdea5c634a004d4f97454667.zip
Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.edu]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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",