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