mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Fix build
This commit is contained in:
parent
91557063d8
commit
249a256cd2
@ -13,6 +13,10 @@ RSpec.describe Admin::BackupsController do
|
||||
sign_in(admin)
|
||||
end
|
||||
|
||||
after do
|
||||
$redis.flushall
|
||||
end
|
||||
|
||||
describe "#index" do
|
||||
it "raises an error when backups are disabled" do
|
||||
SiteSetting.enable_backups = false
|
||||
|
Loading…
Reference in New Issue
Block a user