Skip to content

Commit 6ed2d19

Browse files
committed
Fix a test
1 parent f14e869 commit 6ed2d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/static_pages_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
end
3535

3636
it { should have_link("0 following", href: following_user_path(user)) }
37-
it { should have_link("1 follower", href: followers_user_path(user)) }
37+
it { should have_link("1 followers", href: followers_user_path(user)) }
3838
end
3939
end
4040
end

0 commit comments

Comments
 (0)