Sha256: e563b695eda7b47220a4691ae63fb8aff22afdd0087cf7480b26683b1a0e2ea2

Contents?: true

Size: 311 Bytes

Versions: 31

Compression:

Stored size: 311 Bytes

Contents

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

## Belarus
class BYTest < Phonie::TestCase
  def test_local
    parse_test('+375225123456', '375', '225', '123456', 'Belarus', false)
  end

  def test_mobile
    parse_test('+375291234567', '375', '29', '1234567', 'Belarus', true)
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

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