Sha256: 43af8d733a5dd06e5750a3106c8b4751dd29c03bb256956324cdc4f2e1d08508

Contents?: true

Size: 311 Bytes

Versions: 23

Compression:

Stored size: 311 Bytes

Contents

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

## Tunisia
class TNTest < Phonie::TestCase
  def test_local
    parse_test('+21672534819',  '216', '72',  '534819', 'Tunisia', false)
  end

  def test_mobile
    parse_test('+21621826805', '216', '21', '826805', 'Tunisia', true)
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phonie-3.3.1 test/countries/tn_test.rb
phonie-3.2.2 test/countries/tn_test.rb
phonie-3.2.1 test/countries/tn_test.rb
phonie-3.2.0 test/countries/tn_test.rb
phonie-3.1.15 test/countries/tn_test.rb
phonie-3.1.14 test/countries/tn_test.rb
phonie-3.1.13 test/countries/tn_test.rb
phonie-3.1.12 test/countries/tn_test.rb
phonie-3.1.11 test/countries/tn_test.rb
phonie-3.1.10 test/countries/tn_test.rb
phonie-3.1.9 test/countries/tn_test.rb
phonie-3.1.8 test/countries/tn_test.rb
phonie-3.1.7 test/countries/tn_test.rb
phonie-3.1.6 test/countries/tn_test.rb
phonie-3.1.5 test/countries/tn_test.rb
phonie-3.1.4 test/countries/tn_test.rb
phonie-3.1.3 test/countries/tn_test.rb
phonie-3.1.2 test/countries/tn_test.rb
phonie-3.1.1 test/countries/tn_test.rb
phonie-3.1.0 test/countries/tn_test.rb