mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: Fix various spec linting issues (#24672)
Duplicated specs, incorrect descriptions, incorrect assertions, incorrect filenames, old todo
This commit is contained in:
@ -47,10 +47,6 @@ RSpec.describe SiteSetting do
|
||||
it "sets a setting" do
|
||||
SiteSetting.contact_email = "sam@sam.com"
|
||||
end
|
||||
|
||||
it "is always the correct default" do
|
||||
expect(SiteSetting.contact_email).to eq("")
|
||||
end
|
||||
end
|
||||
|
||||
describe "anonymous_homepage" do
|
||||
|
Reference in New Issue
Block a user