Sha256: 6b450e927de0380a6a760a1e2b8ecee12b00e8737f43c11f1669e2c50db8868d

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 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_voip
    parse_test('+33 9 11 22 33 44', '33', '9', '11223344')
  end
  
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
phone-0.9.9.3 test/countries/fr_test.rb
elskwid-phone-0.9.9.4 test/countries/fr_test.rb
elskwid-phone-0.9.9.3 test/countries/fr_test.rb
elskwid-phone-0.9.9.2 test/countries/fr_test.rb