aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
diff options
context:
space:
mode:
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>2011-11-06 19:22:32 +0530
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>2011-11-06 19:22:46 +0530
commit1934b774067572d9ad298d774ad96ee45a431911 (patch)
treeb50363cca54c9a005493f11388a8f718f53d16b2 /activesupport/test/inflector_test_cases.rb
parent17947cebc0f397d091640defcfa7c42d42311d91 (diff)
downloadrails-1934b774067572d9ad298d774ad96ee45a431911.tar.gz
rails-1934b774067572d9ad298d774ad96ee45a431911.tar.bz2
rails-1934b774067572d9ad298d774ad96ee45a431911.zip
Added the test case for #3537
Diffstat (limited to 'activesupport/test/inflector_test_cases.rb')
-rw-r--r--activesupport/test/inflector_test_cases.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb
index 0cb1f70657..e3a343af52 100644
--- a/activesupport/test/inflector_test_cases.rb
+++ b/activesupport/test/inflector_test_cases.rb
@@ -14,6 +14,7 @@ module InflectorTestCases
"fish" => "fish",
"jeans" => "jeans",
"funky jeans" => "funky jeans",
+ "my money" => "my money",
"category" => "categories",
"query" => "queries",