Skip to content

Commit

Permalink
spec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
franpb14 committed Feb 28, 2025
1 parent 11cdc8f commit 2b0f6b8
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 @@ -249,7 +249,7 @@
it 'links to new_transfer_path' do
get "show", params: { id: user.id }
expect(response.body).to include(
"<a href=\"/transfers/new?destination_account_id=#{member.account.id}&amp;id=#{user.id}\">"
"<a class=\"nav-link\" href=\"/transfers/new?destination_account_id=#{member.account.id}&amp;id=#{user.id}\">"
)
end

Expand Down

0 comments on commit 2b0f6b8

Please # to comment.