Sha256: cf2e436da90ee72a31786a7f5c7622b37158680565bf8dfc87cf17f8c1e1fa89

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 Bytes

Contents

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

## Bulgaria
class BGTest < Phoner::TestCase
  def test_local
    parse_test('+35921234567', '359', "2", '1234567', 'Bulgaria', false)
  end

  def test_mobile
    parse_test('359871234567', '359', '87', '1234567', 'Bulgaria', true)
    parse_test('35943123456', '359', '43', '123456', 'Bulgaria', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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