gitlab-org--gitlab-foss/spec/views/help
Robert Speicher 14a27a4f40
Correct usage of the have_link matcher
The second option to this matcher should be an options hash; anything
else is just ignored, which can lead to false positives in tests.

We see one such false positive in the "Learn more" link test in
`spec/features/projects/blobs/blob_show_spec.rb`.
2018-09-14 15:36:40 -05:00
..
index.html.haml_spec.rb Correct usage of the have_link matcher 2018-09-14 15:36:40 -05:00
instance_configuration.html.haml_spec.rb