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