Skip to content

Commit 84725eb

Browse files
committed
fix spelling issues
1 parent 036573a commit 84725eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/policies/request_for_comment_policy_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
context 'when no report email is configured' do
7272
let(:report_emails) { [] }
7373

74-
it 'dose not allow reports from anyone' do
74+
it 'does not allow reports from anyone' do
7575
%i[admin external_user teacher].each do |factory_name|
7676
expect(policy).not_to permit(create(factory_name), RequestForComment.new)
7777
end
@@ -89,7 +89,7 @@
8989
end
9090

9191
if params && params[:block_author]
92-
it 'dose not grant access to authors' do
92+
it 'does not grant access to authors' do
9393
expect(policy).not_to permit(rfc.author, rfc)
9494
end
9595
else
@@ -130,7 +130,7 @@
130130
expect(policy).to permit(create(:admin, consumer: viewer_consumer, study_groups: viewer_study_groups), rfc)
131131
end
132132

133-
it 'dose not grant access to authors' do
133+
it 'does not grant access to authors' do
134134
expect(policy).not_to permit(rfc.author, rfc)
135135
end
136136

0 commit comments

Comments
 (0)