decko-commons/decko

View on GitHub
mod/format/spec/set/all/html/wrap_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding : utf-8 -*-

RSpec.describe Card::Set::All::Html::Wrap do
  context "with full wrapping" do
    it "adds extra css classes" do
      expect_view(:nest_rules, card: "A+*self")
        .to have_tag "div.card-slot._setting-list"
    end
  end
end