diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb index e1f4a887dcc..7f0396795b8 100644 --- a/spec/tasks/gitlab/backup_rake_spec.rb +++ b/spec/tasks/gitlab/backup_rake_spec.rb @@ -97,6 +97,9 @@ describe 'gitlab:app namespace rake task' do Rake::Task["gitlab:backup:repo:create"].reenable Rake::Task["gitlab:backup:uploads:create"].reenable create_backup + Rake::Task["gitlab:backup:db:create"].reenable + Rake::Task["gitlab:backup:repo:create"].reenable + Rake::Task["gitlab:backup:uploads:create"].reenable end it 'uses the custom permissions' do