Sha256: d026ba13312e8084752efd246765c143c70bfe87c83a338e4b183cf5c886abbb
Contents?: true
Size: 458 Bytes
Versions: 15
Compression:
Stored size: 458 Bytes
Contents
# frozen_string_literal: true require "spec_helper" shared_examples_for "has space in m-cell" do context "when rendering with show_space flag" do # expects the cell to be invoked with a :show_space context flag that takes this value. let(:show_space) { true } it "renders the space where the model belongs to" do expect(cell_html).to have_content(decidim_escape_translated(model.component.participatory_space.title)) end end end
Version data entries
15 entries across 15 versions & 1 rubygems