Sha256: 31cb0546ace8cf033847591d24df147060f40f8cd4f465ae6f9fb5a7a93d61da

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

require "helper"

## France
class FRTest < Minitest::Test

  def test_local
    parse_test('+33 4 75 06 07 07', '33', '4', '75060707')
  end

  def test_mobile
    parse_test('+33 6 11 22 33 44', '33', '6', '11223344')
  end

  def test_mobile_07
     parse_test('+33 7 11 22 33 44', '33', '7', '11223344')
   end

  def test_voip
    parse_test('+33 9 11 22 33 44', '33', '9', '11223344')
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phone-1.3.0.beta1 test/countries/fr_test.rb
phone-1.3.0.beta0 test/countries/fr_test.rb