test/tc_shorturl.rb in shorturl-0.8.0 vs test/tc_shorturl.rb in shorturl-0.8.1

- old
+ new

@@ -12,10 +12,10 @@ def url? self[0..6].downcase == "http://" end end -class TestShortURL < Test::Unit::TestCase +class WWW::TestShortURL < Test::Unit::TestCase def setup @url = "http://groups.google.com/group/comp.lang.ruby/" end def test_shorten