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