Sha256: b9506b650a6692e51adc30343aede8672032cf0e8319f9a996fdca1231329bb9

Contents?: true

Size: 238 Bytes

Versions: 3

Compression:

Stored size: 238 Bytes

Contents

require "helper"

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

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

    # HACK no assertions
  end
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
aai10-mechanize-2.0.1.0 test/test_no_attributes.rb
neocoin-mechanize-2.0.2 test/test_no_attributes.rb
mechanize-2.0.1 test/test_no_attributes.rb