Fri Aug 10 10:12:05 EST 2007 Matt Palmer * Remove the now-unused @block instance var diff -rN -u old-testsuite/lib/hpricot_test_helper.rb new-testsuite/lib/hpricot_test_helper.rb --- old-testsuite/lib/hpricot_test_helper.rb 2008-10-20 23:31:06.251879016 +1100 +++ new-testsuite/lib/hpricot_test_helper.rb 2008-10-20 23:31:06.259857945 +1100 @@ -131,7 +131,7 @@ # body if hasn't already been created. This is # called automatically by the element and tag methods def process_output - if !@block && (@output.nil? || (@response.body != @response_output)) + if (@output.nil? || (@response.body != @response_output)) @output = HpricotTestHelper::DocumentOutput.new(@response.body) @response_output = @response.body end