Skip to content

Commit

Permalink
Remove deprecation warning from test related to old process api
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 6, 2012
1 parent 93df3b2 commit 68367fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/action_pack_assertions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_response_object
end

def test_render_based_on_parameters
process :render_based_on_parameters, "name" => "David"
process :render_based_on_parameters, "GET", "name" => "David"
assert_equal "Mr. David", @response.body
end

Expand Down

0 comments on commit 68367fd

Please sign in to comment.