Sha256: aa851c71a41d85352493b91b610ca724d1bd01b8bdf1a730f00e89b7880fba0c

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

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

## Bolivia
class BOTest < Phoner::TestCase
  def test_local
    parse_test('+59131234567', '591', "3", '1234567', 'Bolivia', false)
  end

  def test_mobile
    parse_test('+59171234567', '591', '7', '1234567', 'Bolivia', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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