Sha256: 5b8bb3f8d97c771bb6c973c23194d2f632c6b5b1f30062b2b9458bb5065faaf7
Contents?: true
Size: 304 Bytes
Versions: 31
Compression:
Stored size: 304 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Cyprus class CYTest < Phonie::TestCase def test_local parse_test('+35723123456', '357', '23', '123456', 'Cyprus', false) end def test_mobile parse_test('+35799123456', '357', '99', '123456', 'Cyprus', true) end end
Version data entries
31 entries across 31 versions & 1 rubygems