Sha256: 59c5248f418cd9db6142167c6567a144909b6b7dcb32509b2062b9ec0e87fd56
Contents?: true
Size: 312 Bytes
Versions: 5
Compression:
Stored size: 312 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Hungary class HUTest < Phoner::TestCase def test_mobile parse_test('+36 30 5517999', '36', '30', '5517999', "Hungary", true) end def test_capital parse_test('+36 1 5517999', '36', '1', '5517999', "Hungary", false) end end
Version data entries
5 entries across 5 versions & 2 rubygems