Skip to content

Commit 0a3f75f

Browse files
arkirchnernenock
andauthored
Update spec/policies/request_for_comment_policy_spec.rb
Co-authored-by: Nele Sina Noack <[email protected]>
1 parent a27f969 commit 0a3f75f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/policies/request_for_comment_policy_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
%i[admin external_user teacher].each do |factory_name|
6262
expect(policy).to permit(create(factory_name), rfc)
6363
end
64-
end
65-
66-
it 'blocks authors from reporting their content' do
6764
expect(policy).not_to permit(rfc.author, rfc)
6865
end
6966
end

0 commit comments

Comments
 (0)