Sha256: a14dcb2a747847c4f187196da842f2525a2c045131adf8e3d47b38383c3f8111
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
require "helper" ## Serbia class RSTest < Minitest::Test def test_local # Beograd parse_test('+381 11 24 33 836', '381', '11', '2433836') end def test_mobile # mts parse_test('+381 648542987', '381', '64', '8542987') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phone-1.3.0.beta1 | test/countries/rs_test.rb |
phone-1.3.0.beta0 | test/countries/rs_test.rb |