aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-06-25 06:16:00 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-06-25 06:17:00 +0530
commit4700e1fe6e36e0c60c9eff773891616e42507962 (patch)
tree1be9e43a3b7a609d0bfb408b7e382986f5691826 /activesupport/test/inflector_test_cases.rb
parent7e56bf724479ce92eff2f806573f382957f3a2b4 (diff)
downloadrails-4700e1fe6e36e0c60c9eff773891616e42507962.tar.gz
rails-4700e1fe6e36e0c60c9eff773891616e42507962.tar.bz2
rails-4700e1fe6e36e0c60c9eff773891616e42507962.zip
StringToParameterizeWithNoSeparator: dashed parameter will not
change.
Diffstat (limited to 'activesupport/test/inflector_test_cases.rb')
-rw-r--r--activesupport/test/inflector_test_cases.rb2
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",