Sha256: d7c8b5e43306e71e0f217012ef5d568a2f6396062bf26080ceb35a155f8186d3
Contents?: true
Size: 285 Bytes
Versions: 9
Compression:
Stored size: 285 Bytes
Contents
require 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
9 entries across 9 versions & 1 rubygems