diff --git a/spec/cells/decidim/plans/plan_tags_cell_spec.rb b/spec/cells/decidim/plans/plan_tags_cell_spec.rb index 14cecb5..3cdef1b 100644 --- a/spec/cells/decidim/plans/plan_tags_cell_spec.rb +++ b/spec/cells/decidim/plans/plan_tags_cell_spec.rb @@ -19,7 +19,6 @@ context "when rendering" do it "renders the form" do - puts subject expect(subject).to have_link(translated(area_scope.name)) expect(subject).to have_link(strip_tags translated(category.name)) end