Sha256: 61af9f8cbbcf38e112817789de1a5364754894bbdf80b9bc4f46f20c7f26c4c3

Contents?: true

Size: 421 Bytes

Versions: 9

Compression:

Stored size: 421 Bytes

Contents

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

## Slovenia
class SITest < Test::Unit::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')
  end  
  
  def test_mobile
    # Mobitel
    parse_test('+386 51 258999', '386', '51', '258999')
  end
  
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
phone-1.2.3 test/countries/si_test.rb
phone-1.2.2 test/countries/si_test.rb
phone-1.2.1 test/countries/si_test.rb
phone-1.1 test/countries/si_test.rb
phone-1.0 test/countries/si_test.rb
phone-0.9.9.3 test/countries/si_test.rb
elskwid-phone-0.9.9.4 test/countries/si_test.rb
elskwid-phone-0.9.9.3 test/countries/si_test.rb
elskwid-phone-0.9.9.2 test/countries/si_test.rb