Sha256: 4f2de85156d5265ddb70ad754187424a515aea14a79663c3cbb6cdccb174cc39

Contents?: true

Size: 312 Bytes

Versions: 28

Compression:

Stored size: 312 Bytes

Contents

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

## Romania
class ROTest < Phonie::TestCase
  def test_local
    parse_test('+40255123456',  '40', '255',  '123456', 'Romania', false)
  end
  
  def test_mobile
    parse_test('+40712345678', '40', '7', '12345678', 'Romania', true)
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

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