Sha256: 2b6c5754a894128facfde1a3b09a9eecfbfb2a6215f07f6cd7b6ee339259374f

Contents?: true

Size: 407 Bytes

Versions: 8

Compression:

Stored size: 407 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), "..", "lib")

require 'test/unit'
require 'rubygems'
require 'mechanize'
require 'test_includes'

class TestNoAttributes < Test::Unit::TestCase
  include TestMethods

  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

8 entries across 8 versions & 1 rubygems

Version Path
mechanize-0.6.10 test/tc_no_attributes.rb
mechanize-0.6.7 test/tc_no_attributes.rb
mechanize-0.6.4 test/tc_no_attributes.rb
mechanize-0.6.5 test/tc_no_attributes.rb
mechanize-0.6.6 test/tc_no_attributes.rb
mechanize-0.6.8 test/tc_no_attributes.rb
mechanize-0.6.11 test/tc_no_attributes.rb
mechanize-0.6.9 test/tc_no_attributes.rb