Sha256: 2206df59c4aeb837b638419094041caca08083bc0a4465b571a05e142a8da9b0

Contents?: true

Size: 299 Bytes

Versions: 31

Compression:

Stored size: 299 Bytes

Contents

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

## Belize
class BZTest < Phonie::TestCase
  def test_local
    parse_test('+5012123456', '501', "2", '123456', 'Belize', false)
  end

  def test_mobile
    parse_test('5016123456', '501', '6', '123456', 'Belize', true)
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

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