Sha256: a8e55c686ae3eb08bc55ecb09b913060e1cd2b5895242ed7215d0850587c7ed4

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

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

## Belize
class BZTest < Phoner::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

2 entries across 2 versions & 1 rubygems

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