Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed May 21, 2024
1 parent eeca19d commit bd3494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/create_proposal_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def visit_component
context "when category and scope are required," do
let(:settings) { { require_category: true, require_scope: true } }

context "without any scopes or categories," do
context "without any scopes or categories" do
before do
expect(Decidim::Scope.count).to eq(0)
expect(Decidim::Category.count).to eq(0)
Expand Down

0 comments on commit bd3494e

Please sign in to comment.