format README and update Manifest.txt to enable building a gem
This commit is contained in:
parent
b5ace471aa
commit
1777b59b57
21
README.txt
21
README.txt
|
@ -1,11 +1,9 @@
|
||||||
Webrat
|
=== Webrat
|
||||||
======
|
|
||||||
|
|
||||||
- [Code on GitHub](http://github.com/brynary/webrat)
|
- [Code on GitHub](http://github.com/brynary/webrat)
|
||||||
- [Tickets on Lighthouse](http://webrat.lighthouseapp.com/)
|
- [Tickets on Lighthouse](http://webrat.lighthouseapp.com/)
|
||||||
|
|
||||||
Description
|
=== Description
|
||||||
-----------
|
|
||||||
|
|
||||||
Webrat (_Ruby Acceptance Testing for Web applications_)
|
Webrat (_Ruby Acceptance Testing for Web applications_)
|
||||||
lets you quickly write robust and thorough acceptance tests for a Ruby
|
lets you quickly write robust and thorough acceptance tests for a Ruby
|
||||||
|
@ -23,8 +21,7 @@ run your tests much faster and more frequently.
|
||||||
|
|
||||||
Initial development was sponsored by [EastMedia](http://www.eastmedia.com).
|
Initial development was sponsored by [EastMedia](http://www.eastmedia.com).
|
||||||
|
|
||||||
Synopsis
|
=== Synopsis
|
||||||
--------
|
|
||||||
|
|
||||||
def test_sign_up
|
def test_sign_up
|
||||||
visits "/"
|
visits "/"
|
||||||
|
@ -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.
|
A test written with Webrat can handle these changes to these without any modifications.
|
||||||
|
|
||||||
Install
|
=== Install
|
||||||
-------
|
|
||||||
|
|
||||||
To install the latest release:
|
To install the latest release:
|
||||||
|
|
||||||
|
@ -75,23 +71,20 @@ In your stories/helper.rb:
|
||||||
|
|
||||||
You could also unpack the gem into vendor/plugins.
|
You could also unpack the gem into vendor/plugins.
|
||||||
|
|
||||||
Requirements
|
=== Requirements
|
||||||
------------
|
|
||||||
|
|
||||||
- Rails >= 1.2.6
|
- Rails >= 1.2.6
|
||||||
- Hpricot >= 0.6
|
- Hpricot >= 0.6
|
||||||
- Rails integration tests in Test::Unit _or_
|
- Rails integration tests in Test::Unit _or_
|
||||||
- RSpec stories (using an RSpec version >= revision 2997)
|
- RSpec stories (using an RSpec version >= revision 2997)
|
||||||
|
|
||||||
Authors
|
=== Authors
|
||||||
-------
|
|
||||||
|
|
||||||
- Maintained by [Bryan Helmkamp](mailto:bryan@brynary.com)
|
- Maintained by [Bryan Helmkamp](mailto:bryan@brynary.com)
|
||||||
- Original code written by [Seth Fitzsimmons](mailto:seth@mojodna.net)
|
- Original code written by [Seth Fitzsimmons](mailto:seth@mojodna.net)
|
||||||
- Many other contributors. See attributions in History.txt
|
- Many other contributors. See attributions in History.txt
|
||||||
|
|
||||||
License
|
=== License
|
||||||
-------
|
|
||||||
|
|
||||||
Copyright (c) 2007 Bryan Helmkamp, Seth Fitzsimmons.
|
Copyright (c) 2007 Bryan Helmkamp, Seth Fitzsimmons.
|
||||||
See MIT-LICENSE.txt in this directory.
|
See MIT-LICENSE.txt in this directory.
|
||||||
|
|
Loading…
Reference in New Issue