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

View File

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