mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 14:01:14 +08:00
DEV: Fix various spec linting issues (#24672)
Duplicated specs, incorrect descriptions, incorrect assertions, incorrect filenames, old todo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user