From 8227a6764f94849ca365e61a38073939c732aea4 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 4 Apr 2008 15:44:50 +0100 Subject: [PATCH] Update install instructions --- README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 195eb07..ffbdf08 100644 --- a/README.txt +++ b/README.txt @@ -70,7 +70,11 @@ A test written with Webrat can handle these changes smoothly. == INSTALL: - $ ruby script/plugin install http://svn.eastmedia.net/public/plugins/webrat/ +In your stories/helper.rb: + + require "webrat" + +You could also unpack the gem into vendor/plugins. == HISTORY: