mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 04:35:28 -04:00
To check the target of a link, you need to pass it to `has_link` as an `href` keyword argument. We were passing it as a positional argument, which meant that - it was ignored, weakening the tests - the output of rspec filled up with annoying warnings. Fixes #928.