Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Mar 18, 2024
1 parent 8d9290e commit 2b389a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/users_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
end

it 'redirects to the edit page' do
expect(response).to redirect_to(edit_user_url(some_user))
expect(response).to render_template :edit
end

it 'is assigned their new values' do
Expand Down

0 comments on commit 2b389a7

Please sign in to comment.