Sha256: 7e8c810d64f064b98672584cf19f9ea3ad8451735d96b7bcc64ca2fdfc88b520

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), "helper"))

class TestNoAttributes < Test::Unit::TestCase
  def setup
    @agent = 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

2 entries across 2 versions & 2 rubygems

Version Path
kitamomonga-mechanize-0.9.3.20090724215219 test/test_no_attributes.rb
tenderlove-mechanize-0.9.3.20090911221705 test/test_no_attributes.rb