Skip to content

Commit

Permalink
Fix linter bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cosywasswa committed Oct 3, 2023
1 parent 16d5db2 commit 49f0c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/user_show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

it 'When I click to see all posts, it redirects me to the user posts index page.' do
visit user_path(@user1)
click_link "See all posts"
click_link 'See all posts'
expect(page).to have_current_path(user_posts_path(@user1))
end
end
Expand Down

0 comments on commit 49f0c1e

Please sign in to comment.