Sha256: caedc41d40b6fa19b3c20426ff00d1ba1d4fde938ef45a0cbef6290243c83424

Contents?: true

Size: 315 Bytes

Versions: 16

Compression:

Stored size: 315 Bytes

Contents

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

## Singapore
class SGTest < Phonie::TestCase
  def test_local
    parse_test('+6568801234',  '65', '6',  '8801234', 'Singapore', false)
  end

  def test_mobile
    parse_test('+6591233132',  '65', '9',  '1233132', 'Singapore', true)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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