Sha256: 6b995cb44366072edc02e936cf5d2db14943a850cf1736b296d29b2011d264af
Contents?: true
Size: 309 Bytes
Versions: 23
Compression:
Stored size: 309 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Iceland class ISTest < Phonie::TestCase def test_local parse_test('+354421 1234', '354', '421', '1234', 'Iceland', false) end def test_mobile parse_test('+354621 1234', '354', '621', '1234', 'Iceland', true) end end
Version data entries
23 entries across 23 versions & 1 rubygems