diff options
author | Pavan Kumar Sunkara <pavan.sss1991@gmail.com> | 2011-11-06 19:22:32 +0530 |
---|---|---|
committer | Pavan Kumar Sunkara <pavan.sss1991@gmail.com> | 2011-11-06 19:22:46 +0530 |
commit | 1934b774067572d9ad298d774ad96ee45a431911 (patch) | |
tree | b50363cca54c9a005493f11388a8f718f53d16b2 /activesupport | |
parent | 17947cebc0f397d091640defcfa7c42d42311d91 (diff) | |
download | rails-1934b774067572d9ad298d774ad96ee45a431911.tar.gz rails-1934b774067572d9ad298d774ad96ee45a431911.tar.bz2 rails-1934b774067572d9ad298d774ad96ee45a431911.zip |
Added the test case for #3537
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/inflector_test_cases.rb | 1 |
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", |