Skip to content

Commit

Permalink
format README and update Manifest.txt to enable building a gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky authored and brynary committed Oct 14, 2008
1 parent b5ace47 commit 1777b59
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Webrat
======
=== Webrat

- [Code on GitHub](http://github.com/brynary/webrat)
- [Tickets on Lighthouse](http://webrat.lighthouseapp.com/)

Description
-----------
=== Description

Webrat (_Ruby Acceptance Testing for Web applications_)
lets you quickly write robust and thorough acceptance tests for a Ruby
Expand All @@ -23,8 +21,7 @@ run your tests much faster and more frequently.

Initial development was sponsored by [EastMedia](http://www.eastmedia.com).

Synopsis
--------
=== Synopsis

def test_sign_up
visits "/"
Expand Down Expand Up @@ -62,8 +59,7 @@ tests to break unnecessarily as your application evolves:

A test written with Webrat can handle these changes to these without any modifications.

Install
-------
=== Install

To install the latest release:

Expand All @@ -75,23 +71,20 @@ In your stories/helper.rb:

You could also unpack the gem into vendor/plugins.

Requirements
------------
=== Requirements

- Rails >= 1.2.6
- Hpricot >= 0.6
- Rails integration tests in Test::Unit _or_
- RSpec stories (using an RSpec version >= revision 2997)

Authors
-------
=== Authors

- Maintained by [Bryan Helmkamp](mailto:bryan@brynary.com)
- Original code written by [Seth Fitzsimmons](mailto:seth@mojodna.net)
- Many other contributors. See attributions in History.txt

License
-------
=== License

Copyright (c) 2007 Bryan Helmkamp, Seth Fitzsimmons.
See MIT-LICENSE.txt in this directory.

0 comments on commit 1777b59

Please sign in to comment.