Sha256: 4a55aed7b4b7603bce456e2c0a01b87082c472a621d38d4cba697515ef3d6701
Contents?: true
Size: 322 Bytes
Versions: 24
Compression:
Stored size: 322 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Switzerland class CHTest < Phonie::TestCase def test_local parse_test('+41213459020', '41', '21', '3459020', 'Switzerland', false) end def test_mobile parse_test('+41743459020', '41', '74', '3459020', 'Switzerland', true) end end
Version data entries
24 entries across 24 versions & 1 rubygems