Correcting include of Webrat::Methods in Selenium mode
This commit is contained in:
parent
53efcc6185
commit
26a08e69ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue