Sha256: c8caf51a86b1655446097cdc7223e8b3e3111d170262caff6a53bd802cd537be
Contents?: true
Size: 311 Bytes
Versions: 23
Compression:
Stored size: 311 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Turkey class TRTest < Phonie::TestCase def test_local parse_test('+902122927759', '90', '212', '2927759', 'Turkey', false) end def test_mobile parse_test('+905333364565', '90', '533', '3364565', 'Turkey', true) end end
Version data entries
23 entries across 23 versions & 1 rubygems