Skip to content

Commit 702d7f8

Browse files
committed
Fix comment grammar to align with other specs
1 parent 63d4882 commit 702d7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/policies/comment_policy_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
end
5959
end
6060

61-
it 'dose not grants access to the author' do
61+
it 'does not grants access to the author' do
6262
expect(described_class).not_to permit(comment.user, comment)
6363
end
6464
end
6565

6666
context 'when content moderation is disabled' do
6767
let(:reports_enabled) { false }
6868

69-
it 'grants no access to all user types' do
69+
it 'does not grant access to all user types' do
7070
user_types.each do |user_type|
7171
expect(described_class).not_to permit(build_stubbed(user_type), comment)
7272
end

0 commit comments

Comments
 (0)