Class: Brut::SpecSupport::Matchers::HaveLinkTo
- Inherits:
-
Object
- Object
- Brut::SpecSupport::Matchers::HaveLinkTo
- Defined in:
- lib/brut/spec_support/matchers/have_link_to.rb
Overview
Used on a component/page spec to check that there is a link
to a specific routing. This handles creating a CSS selector
like [href="#{page_klass.routing(**args)}"]
.