mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-10 04:35:24 +00:00
Accept 5 arguments.
git-svn-id: http://svn.redmine.org/redmine/trunk@15665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c364e6ee9b
commit
11c85279ab
@ -278,7 +278,7 @@ module Redmine
|
||||
end
|
||||
|
||||
class ControllerTest < ActionController::TestCase
|
||||
def process(method, path, parameters={}, options={})
|
||||
def process(method, path, parameters={}, options={}, flash={})
|
||||
if parameters.key?(:params)
|
||||
raise ArgumentError if options.present?
|
||||
super method, path, parameters[:params], parameters.except(:params)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user