Sha256: c030239f71382461c608e554d785686798629300c1778b39b6f3136a9e0db16a

Contents?: true

Size: 466 Bytes

Versions: 23

Compression:

Stored size: 466 Bytes

Contents

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

## Morocco
class MOTest < Phonie::TestCase
  def test_local
    parse_test('+212 520123456', '212', '520',  '123456', 'Morocco', false)
    parse_test('+212 538901234', '212', '53890',  '1234', 'Morocco', false)
  end

  def test_mobile
    parse_test('+212 610123456',  '212', '610', '123456', 'Morocco', true)
    parse_test('+212 668680069', '212', '668', '680069', 'Morocco', true)
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

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