DEV: Fix various spec linting issues (#24672)

Duplicated specs, incorrect descriptions, incorrect assertions, incorrect filenames, old todo
This commit is contained in:
Jarek Radosz
2023-12-04 13:45:19 +01:00
committed by GitHub
parent c2887d3f8c
commit 7196613e2e
29 changed files with 33 additions and 151 deletions

View File

@ -72,13 +72,6 @@ RSpec.describe UploadSecurity do
end
end
describe "for a public type avatar" do
let(:type) { "avatar" }
it "returns false" do
expect(security.should_be_secure?).to eq(false)
end
end
describe "for a public type category_logo" do
let(:type) { "category_logo" }
it "returns false" do