Sha256: 6d49c95c1c45892e5b83e25095b53fc37a75b2962f42b67c8f7c63a69bc110a2

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

require "helper"

## Slovenia
class SITest < Minitest::Test

  def test_local
    #Maribor
    parse_test('+ 386 2 23 46 611', '386', '2', '2346611')
  end

  def test_local_2
    # Koper
    parse_test('+ 386 5 23 46 611', '386', '5', '2346611')
  end

  def test_mobile
    # Mobitel
    parse_test('+386 51 258999', '386', '51', '258999')
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phone-1.3.0.beta1 test/countries/si_test.rb
phone-1.3.0.beta0 test/countries/si_test.rb