public
Fork of brynary/webrat
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://www.brynary.com/uploads/webrat/rdoc/index.html
Clone URL: git://github.com/nicksieger/webrat.git
Update install instructions
brynary (author)
Fri Apr 04 07:44:50 -0700 2008
commit  8227a6764f94849ca365e61a38073939c732aea4
tree    306053eca17603bcdf9dd476f8b3de187c06d05b
parent  ba50c1f1f4cac9779cbde122dc0bc655456ed87e
...
70
71
72
73
 
 
 
 
 
74
75
76
...
70
71
72
 
73
74
75
76
77
78
79
80
0
@@ -70,7 +70,11 @@ A test written with Webrat can handle these changes smoothly.
0
 
0
 == INSTALL:
0
 
0
- $ ruby script/plugin install http://svn.eastmedia.net/public/plugins/webrat/
0
+In your stories/helper.rb:
0
+
0
+ require "webrat"
0
+
0
+You could also unpack the gem into vendor/plugins.
0
 
0
 == HISTORY:
0
 

Comments

    No one has commented yet.