aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-02-10 22:17:30 -0800
committerXavier Noria <fxn@hashref.com>2012-02-10 22:17:30 -0800
commitfd5d9b366c7ad192bbcf5b3c0a774ff684cb9d78 (patch)
treed13322cb630bb6cceea895249b8e4a14445fb468 /activesupport/test/inflector_test_cases.rb
parentd94e427a92af6ddc44113397b5500ac182479957 (diff)
downloadrails-fd5d9b366c7ad192bbcf5b3c0a774ff684cb9d78.tar.gz
rails-fd5d9b366c7ad192bbcf5b3c0a774ff684cb9d78.tar.bz2
rails-fd5d9b366c7ad192bbcf5b3c0a774ff684cb9d78.zip
fixes a regression introduced by 532cd4, and a bogus test in AP the regression uncovered
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 eb2915c286..809b8b46c9 100644
--- a/activesupport/test/inflector_test_cases.rb
+++ b/activesupport/test/inflector_test_cases.rb
@@ -93,6 +93,7 @@ module InflectorTestCases
"matrix_fu" => "matrix_fus",
"axis" => "axes",
+ "taxi" => "taxis", # prevents regression
"testis" => "testes",
"crisis" => "crises",