Include Webrat::Matchers into IntegrationTest
This commit is contained in:
parent
f53e415076
commit
0d028e92fa
|
@ -86,6 +86,7 @@ module ActionController #:nodoc:
|
|||
|
||||
IntegrationTest.class_eval do
|
||||
include Webrat::Methods
|
||||
include Webrat::Matchers
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue