Sha256: e544bb4b79cc0a57fb8b6fcdaee6082e09745af307d893c4ebce9a02154c76e8
Contents?: true
Size: 431 Bytes
Versions: 5
Compression:
Stored size: 431 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Germany class DETest < Phoner::TestCase def test_local parse_test('+49 714 1605832', '49', '714', '1605832', "Germany", false) end def test_mobile parse_test('+49 162 3499558', '49', '162', '3499558', "Germany", true) end def test_country_side parse_test('+49 (0)6120 59511-23', '49', '6120', '5951123', "Germany", false) end end
Version data entries
5 entries across 5 versions & 2 rubygems