Skip to content

Commit

Permalink
correct naming of some russian tests that were formerly redefining ex…
Browse files Browse the repository at this point in the history
…isting tests
  • Loading branch information
rsl committed Mar 31, 2014
1 parent f8af0c5 commit 44a071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/localization/ru_test.rb
Expand Up @@ -123,7 +123,7 @@ def setup
"4 ÷ 2 is 2" => "4-dielit-na-2-is-2",
"webcrawler.com" => "webcrawler-tochka-com",
}.each do |original, converted|
define_method "test_character_conversion: '#{original}'" do
define_method "test_character_conversion_to_url: '#{original}'" do
assert_equal converted, original.to_url
end
end
Expand Down

0 comments on commit 44a071e

Please sign in to comment.