Sha256: f85d699f43594b1da2ed693aa50ce7cdee897358bab5179f30876b3c40267978
Contents?: true
Size: 312 Bytes
Versions: 15
Compression:
Stored size: 312 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), "helper")) class TestNoAttributes < Test::Unit::TestCase def setup @agent = WWW::Mechanize.new end def test_parse_no_attributes assert_nothing_raised do page = @agent.get('http://localhost/tc_no_attributes.html') end end end
Version data entries
15 entries across 15 versions & 5 rubygems