Include Webrat::Matchers into IntegrationTest

This commit is contained in:
Bryan Helmkamp 2008-12-07 16:39:09 -05:00
parent f53e415076
commit 0d028e92fa
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ module ActionController #:nodoc:
IntegrationTest.class_eval do
include Webrat::Methods
include Webrat::Matchers
end
end