From 9e39c731e05a75721020bcea188c4eb1aa9a7ba7 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 25 Oct 2008 11:38:23 -0400 Subject: [PATCH] Readme --- README.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index e050010..82b186d 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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