Sha256: 22aaeb96c0390eb74cbba9dedc68de24a994cc840f7ff3fc83f8ae81e2f06e73
Contents?: true
Size: 322 Bytes
Versions: 9
Compression:
Stored size: 322 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Serbia class RSTest < Test::Unit::TestCase def test_local # Beograd parse_test('+381 11 24 33 836', '381', '11', '2433836') end def test_mobile # mts parse_test('+381 648542987', '381', '64', '8542987') end end
Version data entries
9 entries across 9 versions & 2 rubygems