Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Oct 25, 2008
1 parent 461a77d commit 9e39c73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.txt
Expand Up @@ -24,11 +24,11 @@ Initial development was sponsored by [EastMedia](http://www.eastmedia.com).
=== Synopsis

def test_sign_up
visits "/"
clicks_link "Sign up"
fills_in "Email", :with => "good@example.com"
selects "Free account"
clicks_button "Register"
visit "/"
click_link "Sign up"
fill_in "Email", :with => "good@example.com"
select "Free account"
click_button "Register"
...
end

Expand Down Expand Up @@ -83,7 +83,7 @@ You could also unpack the gem into vendor/plugins.
- Rails >= 1.2.6
- Hpricot >= 0.6
- Rails integration tests in Test::Unit _or_
- RSpec stories (using an RSpec version >= revision 2997)
- Cucumber

=== Authors

Expand Down

0 comments on commit 9e39c73

Please sign in to comment.