Remove unused before block from settings/branding spec (#27759)
This commit is contained in:
parent
f476d9dab2
commit
dc0bf87090
2 changed files with 0 additions and 5 deletions
|
@ -19,10 +19,6 @@ RSpec.describe Admin::Settings::BrandingController do
|
|||
end
|
||||
|
||||
describe 'PUT #update' do
|
||||
before do
|
||||
allow_any_instance_of(Form::AdminSettings).to receive(:valid?).and_return(true)
|
||||
end
|
||||
|
||||
around do |example|
|
||||
before = Setting.site_short_description
|
||||
Setting.site_short_description = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue