Sha256: d11c7532ff981a8301ae5399575b0fb709eeafb264ab574fe556d5df44bb3a37

Contents?: true

Size: 364 Bytes

Versions: 6

Compression:

Stored size: 364 Bytes

Contents

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

## Fiji
class FJTest < Phonie::TestCase
  def test_local
    parse_test('+6793254153',  '679', '3',  '254153', 'Fiji', false)
  end

  def test_mobile
    parse_test('+6799356584', '679', '9', '356584', 'Fiji', true)
    parse_test('+6798380406', '679', '8', '380406', 'Fiji', true)
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phonie-3.3.1 test/countries/fj_test.rb
phonie-3.2.2 test/countries/fj_test.rb
phonie-3.2.1 test/countries/fj_test.rb
phonie-3.2.0 test/countries/fj_test.rb
phonie-3.1.15 test/countries/fj_test.rb
phonie-3.1.14 test/countries/fj_test.rb