1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adds a new test case for titleize

This commit is contained in:
Xavier Noria 2012-04-08 01:09:36 +02:00
parent 0864d6d378
commit 206974a97c

View file

@ -224,6 +224,7 @@ module InflectorTestCases
"sgt. pepper's" => "Sgt. Pepper's",
"i've just seen a face" => "I've Just Seen A Face",
"maybe you'll be there" => "Maybe You'll Be There",
"¿por qué?" => '¿Por Qué?',
"Freds" => "Freds",
"Fred`s" => "Fred`s"
}