We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e869 commit 6ed2d19Copy full SHA for 6ed2d19
spec/requests/static_pages_spec.rb
@@ -34,7 +34,7 @@
34
end
35
36
it { should have_link("0 following", href: following_user_path(user)) }
37
- it { should have_link("1 follower", href: followers_user_path(user)) }
+ it { should have_link("1 followers", href: followers_user_path(user)) }
38
39
40
0 commit comments