File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments