From d81a63b0871fad261c3bdac83bb4af69a72ae54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Sat, 27 Jul 2024 17:39:54 +0200 Subject: [PATCH] fix spell --- .../spec/cells/decidim/comments/comment_cell_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decidim-comments/spec/cells/decidim/comments/comment_cell_spec.rb b/decidim-comments/spec/cells/decidim/comments/comment_cell_spec.rb index ddf97ad3412de..4ff1ba7003f87 100644 --- a/decidim-comments/spec/cells/decidim/comments/comment_cell_spec.rb +++ b/decidim-comments/spec/cells/decidim/comments/comment_cell_spec.rb @@ -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