Sha256: e3f00661c9a6a2ded5d24db23341bed0c4862885c0b8219493e904bd6ef2e84a
Contents?: true
Size: 418 Bytes
Versions: 9
Compression:
Stored size: 418 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## South Africa class ZATest < Test::Unit::TestCase def test_local # Telkom parse_test('+27 11 555 5555', '27', '11', '5555555') end def test_mobile # Vodacom parse_test('+27 82 555 5555', '27', '82', '5555555') end def test_tollfree # Telkom parse_test('+27 800 123 321', '27', '800', '123321') end end
Version data entries
9 entries across 9 versions & 2 rubygems