diff --git a/lib/webrat/selenium.rb b/lib/webrat/selenium.rb index fe61f34..389f453 100644 --- a/lib/webrat/selenium.rb +++ b/lib/webrat/selenium.rb @@ -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 \ No newline at end of file +end