From 1934b774067572d9ad298d774ad96ee45a431911 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Sun, 6 Nov 2011 19:22:32 +0530 Subject: Added the test case for #3537 --- activesupport/test/inflector_test_cases.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') 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", -- cgit v1.2.3