diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-06-25 06:16:00 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-06-25 06:17:00 +0530 |
commit | 4700e1fe6e36e0c60c9eff773891616e42507962 (patch) | |
tree | 1be9e43a3b7a609d0bfb408b7e382986f5691826 /activesupport/test | |
parent | 7e56bf724479ce92eff2f806573f382957f3a2b4 (diff) | |
download | rails-4700e1fe6e36e0c60c9eff773891616e42507962.tar.gz rails-4700e1fe6e36e0c60c9eff773891616e42507962.tar.bz2 rails-4700e1fe6e36e0c60c9eff773891616e42507962.zip |
StringToParameterizeWithNoSeparator: dashed parameter will not
change.
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/inflector_test_cases.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 391e402645..0cb1f70657 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -168,7 +168,7 @@ module InflectorTestCases StringToParameterizeWithNoSeparator = { "Donald E. Knuth" => "donaldeknuth", - "With-some-dashes" => "withsomedashes", + "With-some-dashes" => "with-some-dashes", "Random text with *(bad)* characters" => "randomtextwithbadcharacters", "Trailing bad characters!@#" => "trailingbadcharacters", "!@#Leading bad characters" => "leadingbadcharacters", |