Sha256: 492e1e41603dd0a1f6c4e496cad06b009f6152c3d0d582fb130e98245e0b3dfc
Contents?: true
Size: 311 Bytes
Versions: 31
Compression:
Stored size: 311 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Finland class FITest < Phonie::TestCase def test_local parse_test('+358181234567', '358', '18', '1234567', 'Finland', false) end def test_mobile parse_test('+358471234567', '358', '4', '71234567', 'Finland', true) end end
Version data entries
31 entries across 31 versions & 1 rubygems