Sha256: b97bc5c7fe54fb9876fa43e14cbd1cee193e55e4e795fc6f30894d47a9f4f8f6
Contents?: true
Size: 309 Bytes
Versions: 31
Compression:
Stored size: 309 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Algeria class DZTest < Phonie::TestCase def test_local parse_test('+21329123456', '213', "29", '123456', 'Algeria', false) end def test_mobile parse_test('+213551234567', '213', '55', '1234567', 'Algeria', true) end end
Version data entries
31 entries across 31 versions & 1 rubygems