decko-commons/decko

View on GitHub
mod/follow/spec/set/all/notify/html_views_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
RSpec.describe Card::Set::All::Notify::HtmlViews do
  specify "view last_action" do
    expect_view(:last_action).to have_tag("a.known-card") do
      with_tag "span.card-title"
    end
  end
end