Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 21, 2017
1 parent 34bde78 commit 1ad38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/test_case_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def test_filtered_parameters_reset_between_requests

def test_path_is_kept_after_the_request
get :test_params, params: { id: "foo" }
assert_equal "foo", @request.path
assert_equal "/test_case_test/test/test_params/foo", @request.path
end

def test_path_params_reset_between_request
Expand Down

0 comments on commit 1ad38d9

Please sign in to comment.