Sha256: 4340b80ecd0077da66fb8113cf7f765d86be6b099dc2b31e9bf9ede56e7397af
Contents?: true
Size: 319 Bytes
Versions: 18
Compression:
Stored size: 319 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Montenegro class METest < Phonie::TestCase def test_local parse_test('+38220123456', '382', '20', '123456', 'Montenegro', false) end def test_mobile parse_test('+38261234567', '382', '6', '1234567', 'Montenegro', true) end end
Version data entries
18 entries across 18 versions & 1 rubygems