Sha256: a4dd40827023eee2d13a0181a60b25910c63b5ccef0b62d49992e08f1f9df222

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

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

## France
class FRTest < Test::Unit::TestCase

  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

5 entries across 5 versions & 1 rubygems

Version Path
phone-1.2.3 test/countries/fr_test.rb
phone-1.2.2 test/countries/fr_test.rb
phone-1.2.1 test/countries/fr_test.rb
phone-1.1 test/countries/fr_test.rb
phone-1.0 test/countries/fr_test.rb