diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-08 20:07:56 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-08 20:07:56 +0200 |
commit | 64f60340918d3f4aa3c1d33b89d8dc90bcd96de7 (patch) | |
tree | d28ed9f6a7825bd82d6e43102aece443b2b71a12 /spec/tasks | |
parent | 0194dd4182778b6bbf6b02f5d57e995ecbb43066 (diff) | |
download | gitlab-ce-64f60340918d3f4aa3c1d33b89d8dc90bcd96de7.tar.gz |
More hacks to get the specs working again
Diffstat (limited to 'spec/tasks')
-rw-r--r-- | spec/tasks/gitlab/backup_rake_spec.rb | 3 |
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 |