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

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