Readme
This commit is contained in:
parent
461a77d1d9
commit
9e39c731e0
12
README.txt
12
README.txt
|
@ -24,11 +24,11 @@ Initial development was sponsored by [EastMedia](http://www.eastmedia.com).
|
||||||
=== Synopsis
|
=== Synopsis
|
||||||
|
|
||||||
def test_sign_up
|
def test_sign_up
|
||||||
visits "/"
|
visit "/"
|
||||||
clicks_link "Sign up"
|
click_link "Sign up"
|
||||||
fills_in "Email", :with => "good@example.com"
|
fill_in "Email", :with => "good@example.com"
|
||||||
selects "Free account"
|
select "Free account"
|
||||||
clicks_button "Register"
|
click_button "Register"
|
||||||
...
|
...
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ You could also unpack the gem into vendor/plugins.
|
||||||
- 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)
|
- Cucumber
|
||||||
|
|
||||||
=== Authors
|
=== Authors
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue