Sha256: c04ee317e59e99124f8ef4e0b0eeafedeb7e42b82a086c91556a112904ef8465

Contents?: true

Size: 336 Bytes

Versions: 31

Compression:

Stored size: 336 Bytes

Contents

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

## Bosnia and Herzegovina
class BATest < Phonie::TestCase
  def test_local
    parse_test('+387 33 25 02 33', '387', '33', '250233', "Bosnia and Herzegovina", false)
    parse_test('+387 61 25 02 33', '387', '6', '1250233', "Bosnia and Herzegovina", true)
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
phonie-3.0.0 test/countries/ba_test.rb
phonie-2.1.2 test/countries/ba_test.rb
phonie-2.1.1 test/countries/ba_test.rb
phonie-2.1.0 test/countries/ba_test.rb
phonie-2.0.2 test/countries/ba_test.rb
phonie-2.0.1 test/countries/ba_test.rb
phonie-2.0.0 test/countries/ba_test.rb
phonie-1.0.4 test/countries/ba_test.rb
phonie-1.0.3 test/countries/ba_test.rb
phonie-1.0.2 test/countries/ba_test.rb
phonie-1.0.1 test/countries/ba_test.rb