Skip to content

Commit 68367fd

Browse files
Remove deprecation warning from test related to old process api
1 parent 93df3b2 commit 68367fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: actionpack/test/controller/action_pack_assertions_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def test_response_object
338338
end
339339

340340
def test_render_based_on_parameters
341-
process :render_based_on_parameters, "name" => "David"
341+
process :render_based_on_parameters, "GET", "name" => "David"
342342
assert_equal "Mr. David", @response.body
343343
end
344344

0 commit comments

Comments
 (0)