Sha256: cdf94d365f537e6187363e24b137d2f5e24cefc13224eb01a58144509bc16bf7

Contents?: true

Size: 444 Bytes

Versions: 5

Compression:

Stored size: 444 Bytes

Contents

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

## Slovenia
class SITest < Phoner::TestCase
  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', "Slovenia", false)
  end  

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
superp-phone-1.2.1 test/countries/si_test.rb
superp-phone-1.2 test/countries/si_test.rb
phoner-1.0.1 test/countries/si_test.rb
phoner-1.0 test/countries/si_test.rb
superp-phone-1.1 test/countries/si_test.rb