Sha256: f0b97c48fc9c9ce578194eb141195687981f7f37de79527f9f4c90b90890431c
Contents?: true
Size: 316 Bytes
Versions: 2
Compression:
Stored size: 316 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Costa Rica class CRTest < Phoner::TestCase def test_local parse_test('+50621234567', '506', '2', '1234567', 'Costa Rica', false) end def test_mobile parse_test('50681234567', '506', '8', '1234567', 'Costa Rica', true) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phoner-1.0.1 | test/countries/cr_test.rb |
phoner-1.0 | test/countries/cr_test.rb |