Sha256: 0d12d0cce6cc7590eda1fa825296fa95a1d675f1066c804df6834a1e3b649fa4

Contents?: true

Size: 316 Bytes

Versions: 31

Compression:

Stored size: 316 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

## Costa Rica
class CRTest < Phonie::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

31 entries across 31 versions & 1 rubygems

Version Path
phonie-3.3.1 test/countries/cr_test.rb
phonie-3.2.2 test/countries/cr_test.rb
phonie-3.2.1 test/countries/cr_test.rb
phonie-3.2.0 test/countries/cr_test.rb
phonie-3.1.15 test/countries/cr_test.rb
phonie-3.1.14 test/countries/cr_test.rb
phonie-3.1.13 test/countries/cr_test.rb
phonie-3.1.12 test/countries/cr_test.rb
phonie-3.1.11 test/countries/cr_test.rb
phonie-3.1.10 test/countries/cr_test.rb
phonie-3.1.9 test/countries/cr_test.rb
phonie-3.1.8 test/countries/cr_test.rb
phonie-3.1.7 test/countries/cr_test.rb
phonie-3.1.6 test/countries/cr_test.rb
phonie-3.1.5 test/countries/cr_test.rb
phonie-3.1.4 test/countries/cr_test.rb
phonie-3.1.3 test/countries/cr_test.rb
phonie-3.1.2 test/countries/cr_test.rb
phonie-3.1.1 test/countries/cr_test.rb
phonie-3.1.0 test/countries/cr_test.rb