##// END OF EJS Templates
Accept 5 arguments....
Jean-Philippe Lang -
r15283:11c85279ab2a
parent child
Show More
@@ -278,7 +278,7 module Redmine
278 278 end
279 279
280 280 class ControllerTest < ActionController::TestCase
281 def process(method, path, parameters={}, options={})
281 def process(method, path, parameters={}, options={}, flash={})
282 282 if parameters.key?(:params)
283 283 raise ArgumentError if options.present?
284 284 super method, path, parameters[:params], parameters.except(:params)
General Comments 0
You need to be logged in to leave comments. Login now