Sha256: 8cd9fb4b72b156cf8a14d0644084f1721e0876ef165d10a80a8fc8332876f4cc

Contents?: true

Size: 410 Bytes

Versions: 23

Compression:

Stored size: 410 Bytes

Contents

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

## Serbia
class RSTest < Phonie::TestCase

  def test_local
    # Beograd
    parse_test('+381 11 24 33 836', '381', '11', '2433836', "Serbia", false)
  end

  def test_mobile
    # mts
    parse_test('+381 648542987', '381', '64', '8542987', "Serbia", true)
    parse_test('+381 63399599', '381', '63', '399599', "Serbia", true)
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

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