From fd5d9b366c7ad192bbcf5b3c0a774ff684cb9d78 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 10 Feb 2012 22:17:30 -0800 Subject: fixes a regression introduced by 532cd4, and a bogus test in AP the regression uncovered --- activesupport/test/inflector_test_cases.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/inflector_test_cases.rb') 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", -- cgit v1.2.3