Sha256: 1707b4b4e7aad9b81a0398a4a5123ca89d8eb71f210d68c73be34b2795c25246

Contents?: true

Size: 415 Bytes

Versions: 4

Compression:

Stored size: 415 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:#{PORT}/tc_no_attributes.html")
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mechanize-0.6.0 test/tc_no_attributes.rb
mechanize-0.6.1 test/tc_no_attributes.rb
mechanize-0.6.3 test/tc_no_attributes.rb
mechanize-0.6.2 test/tc_no_attributes.rb