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