Sha256: 2a1c98f22d54888de85d4083f0b788fd1c4742e70777a1aa0f5cc13a830a9d6c

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

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

## Kenya
class KETest < Phoner::TestCase
  def test_mobile
    parse_test('254724463323', '254', '72', '4463323', "Kenya", true)
  end

  def test_local
    parse_test('254624463323', '254', '62', '4463323', "Kenya", false)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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