Sha256: 9491691876fb4e171ace013d71f87730fd965bb6a486b4c6b4014c153f59fc86

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

require "helper"

## Montenegro
class METest < Minitest::Test

  def test_mobile
    parse_test('+382 69 555 5555', '382', '69', '5555555')
  end

  def test_local
    parse_test('+382 20 555 5555', '382', '20', '5555555')
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phone-1.3.0.beta1 test/countries/me_test.rb