Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-08 21:07:56 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-08 21:07:56 +0300
commit64f60340918d3f4aa3c1d33b89d8dc90bcd96de7 (patch)
treed28ed9f6a7825bd82d6e43102aece443b2b71a12 /spec/tasks
parent0194dd4182778b6bbf6b02f5d57e995ecbb43066 (diff)
More hacks to get the specs working again
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/backup_rake_spec.rb3
1 files changed, 3 insertions, 0 deletions
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