Skip to content

Commit

Permalink
Spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Mar 11, 2024
1 parent 4e354d3 commit b5151f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:about) { "Very nice idea that is not going to be blocked" }

include_examples "user content submitted to spam analysis" do
Expand Down
12 changes: 6 additions & 6 deletions decidim-ai/spec/shared/events_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:description) { "Very nice idea that is not going to be blocked by engine" }
let(:title) { "This is the debate title" }

Expand Down Expand Up @@ -88,7 +88,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:description) { "Very nice idea that is not going to be blocked by engine" }
let(:title) { "This is the debate title" }

Expand Down Expand Up @@ -117,7 +117,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:body) { "Very nice idea that is not going to be blocked by engine" }

include_examples "content submitted to spam analysis" do
Expand Down Expand Up @@ -146,7 +146,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:description) { "Very nice idea that is not going to be blocked by engine" }
let(:title) { "This is the collaborative draft title" }

Expand Down Expand Up @@ -175,7 +175,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:body) { "Very nice idea that is not going to be blocked by engine" }
let(:title) { "This is the collaborative draft title" }

Expand Down Expand Up @@ -204,7 +204,7 @@
end
end

context "when regular content content is added" do
context "when regular content is added" do
let(:body) { "Very nice idea that is not going to be blocked by engine" }
let(:title) { "This is the collaborative draft title" }

Expand Down

0 comments on commit b5151f3

Please sign in to comment.