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

Version Path
radiospieler-2014.11.28 test/uri_test.rb
radiospieler-2013.04.01 test/uri_test.rb
radiospieler-2012.09.13 test/uri_test.rb
radiospieler-0.3.12 test/uri_test.rb
radiospieler-0.3.11 test/uri_test.rb
radiospieler-0.3.10 test/uri_test.rb
radiospieler-0.3.8 test/uri_test.rb