Fix glitch-soc-only tests being broken because of test refactor
This commit is contained in:
@@ -84,7 +84,6 @@ RSpec.describe StatusPolicy, type: :model do
|
||||
|
||||
expect(subject).to_not permit(viewer, status)
|
||||
end
|
||||
end
|
||||
|
||||
it 'denies access when local-only and the viewer is not logged in' do
|
||||
allow(status).to receive(:local_only?).and_return(true)
|
||||
@@ -98,6 +97,7 @@ RSpec.describe StatusPolicy, type: :model do
|
||||
expect(subject).to_not permit(viewer, status)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
context 'with the permission of reblog?' do
|
||||
permissions :reblog? do
|
||||
|
Reference in New Issue
Block a user