Sha256: ef0c3ba0dfed7a7467b68749e6f147aafdff9b98b4f651faa3a134cee63d9a1a
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Ukraine class UATest < Test::Unit::TestCase def test_local parse_test('+380 57 711 22 33', '380', '57', '7112233') end def test_mobile parse_test('+380-50-111-22-33', '380', '50', '1112233') end def test_mobile2 parse_test('+380-66-042-22-01', '380', '66', '0422201') end end
Version data entries
9 entries across 9 versions & 2 rubygems