Sha256: 399f0bab4d5d4812f95c2af6dce91a04fcba14be9f975310e4181dc7b5843c3c
Contents?: true
Size: 310 Bytes
Versions: 31
Compression:
Stored size: 310 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Albania class ALTest < Phonie::TestCase def test_local parse_test('+35541234567', '355', '4', '1234567', 'Albania', false) end def test_mobile parse_test('+355612345678', '355', '6', '12345678', 'Albania', true) end end
Version data entries
31 entries across 31 versions & 1 rubygems