Sha256: ea28ffca11f6f52fc51d211f6fe940e709fdfa4c16c03cd1cd0e77014a11336c

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

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

## Cyprus
class CYTest < Phoner::TestCase
  def test_local
    parse_test('+35723123456', '357', '23', '123456', 'Cyprus', false)
  end

  def test_mobile
    parse_test('+35799123456', '357', '99', '123456', 'Cyprus', true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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