Sha256: df3b9e7c41ea8ba4d39b07efb00cb27918bf2f8727b5165bcf5958e3ed988b03

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

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

## Finland
class FITest < Phoner::TestCase
  def test_local
    parse_test('+358181234567', '358', '18', '1234567', 'Finland', false)
  end

  def test_mobile
    parse_test('+358471234567', '358', '4', '71234567', 'Finland', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phoner-1.0.1 test/countries/fi_test.rb
phoner-1.0 test/countries/fi_test.rb