Sha256: ec8557cd7c89693fe1486ec9c509a2641f526f34a8bc0b5d07635ea5536f36ae

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

require "helper"

class TestNoAttributes < Test::Unit::TestCase
  def setup
    @agent = Mechanize.new
  end

  def test_parse_no_attributes
    assert_nothing_raised do
      @agent.get('http://localhost/tc_no_attributes.html')
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mechanize-2.0 test/test_no_attributes.rb
mechanize-2.0.pre.2 test/test_no_attributes.rb
mechanize-2.0.pre.1 test/test_no_attributes.rb
mechanize-1.0.1.beta.20110107104205 test/test_no_attributes.rb