Sha256: 0f4e030649b382a0879d840f7e524eea8eec09a9d0007ac10e6e5f4159110b69
Contents?: true
Size: 320 Bytes
Versions: 31
Compression:
Stored size: 320 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Argentina class ARTest < Phonie::TestCase def test_local parse_test('+541112345678', '54', '11', '12345678', 'Argentina', false) end def test_mobile parse_test('+5498211534567', '54', '9821', '1534567', 'Argentina', true) end end
Version data entries
31 entries across 31 versions & 1 rubygems