Sha256: da96e414dbd8ed011cfdfd2d719013c2e05c50cc58ce08519cc2dfd05144a7af

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

require "helper"

## South Africa
class ZATest < Minitest::Test

  def test_local
    # Telkom
    parse_test('+27 11 555 5555', '27', '11', '5555555')
  end

  def test_mobile
    # Vodacom
    parse_test('+27 82 555 5555', '27', '82', '5555555')
  end

  def test_tollfree
    # Telkom
    parse_test('+27 800 123 321', '27', '800', '123321')
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phone-1.3.0.beta1 test/countries/za_test.rb
phone-1.3.0.beta0 test/countries/za_test.rb