Sha256: 1984f9c0178c3bdcfcf75aa30aa4ca0708fa8f31667f8a4137cddbb69e3df792
Contents?: true
Size: 230 Bytes
Versions: 7
Compression:
Stored size: 230 Bytes
Contents
# encoding: utf-8 require_relative 'test_helper' class UriTest < Test::Unit::TestCase def test_valid assert_equal URI("http://xx.yy/ss"), URI.valid?("http://xx.yy/ss") assert_equal false, URI.valid?("an cd") end end
Version data entries
7 entries across 7 versions & 1 rubygems