Explorar el Código

Accept 5 arguments.

git-svn-id: http://svn.redmine.org/redmine/trunk@15665 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang hace 8 años
padre
commit
11c85279ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/test_helper.rb

+ 1
- 1
test/test_helper.rb Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar