Sha256: 40b7535c33147ca87cc4d6c5dc011c646ffca76a0087a844955eb9c19bb82c84

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

## Ukraine
class RUTest < Phoner::TestCase

  def test_local
    parse_test('+7 495 739-70-70', '7', '495', '7397070', "Russian Federation")
  end

  def test_mobile
    parse_test('+7 495 739-70-70', '7', '495', '7397070', "Russian Federation", true)
  end

  def test_mobile2
    parse_test('7 (495) 739-70-70', '7', '495', '7397070', "Russian Federation", true)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
superp-phone-1.2 test/countries/ru_test.rb