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
commit  33e853710eb61616588f3fab0b6ffbfad1dcd733
tree    efdbfba22dd9b05732f09a188ce49676bf194186
parent  25c3fd73db6d462b3bafd6cf79906cf2bbad1506
...
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