public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Make rails integration test load 'local' webrat, instead of the gem.
foca (author)
Mon Dec 29 00:41:30 -0800 2008
joshknowles (committer)
Mon Dec 29 19:14:52 -0800 2008
commit  7258ea3349d3d90a38f64593b1cd35ff6f9306fd
tree    4f024ac368c8fc8dd55b5b283068303578d44815
parent  ce364d16638c6d6906b5c00ffdcb0374caed7f5b
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
0
 require 'test_help'
0
 require "redgreen"
0
 
0
-require "webrat"
0
+require File.dirname(__FILE__) + "/../../../../lib/webrat"
0
 
0
 Webrat.configure do |config|
0
   config.mode = :rails

Comments