Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jul 27, 2024
1 parent 20031cb commit d81a63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module Decidim::Comments
end
end

context "when coments are blocked" do
context "when comments are blocked" do
before do
allow(commentable).to receive(:user_allowed_to_comment?).and_return(false)
end
Expand Down

0 comments on commit d81a63b

Please sign in to comment.