decko-commons/decko

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

Summary

Maintainability
A
0 mins
Test Coverage
RSpec.describe Card::Set::All::Html::Show do
  describe "show with layout" do
    let(:show) { Card["stacks"].format.show nil, {} }

    it "renders with layout card rule" do
      expect(show).to include "Callahan"
    end
  end
end