Sha256: 2c525b41c3723a7df8e6254a077913cc6b803286c1c79d2cba94b91ff9c7d06a

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

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

## Serbia
class RSTest < Phoner::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)
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
superp-phone-1.2.1 test/countries/rs_test.rb
superp-phone-1.2 test/countries/rs_test.rb
phoner-1.0.1 test/countries/rs_test.rb
phoner-1.0 test/countries/rs_test.rb
superp-phone-1.1 test/countries/rs_test.rb