Correcting include of Webrat::Methods in Selenium mode

This commit is contained in:
Bryan Helmkamp 2008-12-01 20:57:57 -05:00
parent 53efcc6185
commit 26a08e69ae
1 changed files with 4 additions and 6 deletions

View File

@ -50,10 +50,8 @@ module Webrat
end
module ::ActionController #:nodoc:
module Integration #:nodoc:
class Session #:nodoc:
include Webrat::Methods
end
module ActionController #:nodoc:
IntegrationTest.class_eval do
include Webrat::Methods
end
end
end