~ubuntu-branches/ubuntu/vivid/ruby-stringex/vivid-proposed

« back to all changes in this revision

Viewing changes to test/unit/localization/ru_test.rb

  • Committer: Package Import Robot
  • Author(s): Youhei SASAKI
  • Date: 2014-05-30 01:15:06 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140530011506-gqmvsja16gwyevdv
Tags: 2.5.2-1
* Imported Upstream version 2.5.2
* Drop obsolete patches
* Update test path: follow upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    "4 ÷ 2 is 2" => "4-dielit-na-2-is-2",
124
124
    "webcrawler.com" => "webcrawler-tochka-com",
125
125
  }.each do |original, converted|
126
 
    define_method "test_character_conversion: '#{original}'" do
 
126
    define_method "test_character_conversion_to_url: '#{original}'" do
127
127
      assert_equal converted, original.to_url
128
128
    end
129
129
  end