summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-10-24 14:59:20 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-10-24 14:59:20 +0100
commit4eb9056890d7789abc2f30be30fe3536336bdf42 (patch)
tree81245d86bfbe91ae32ae74b02bd3baca96768ad5
parent0e43e34b45c6e1de68e65c8a51df078e850ec2c6 (diff)
downloadgitlab-ce-4eb9056890d7789abc2f30be30fe3536336bdf42.tar.gz
fixes build with cache:clear issue
-rw-r--r--spec/tasks/gitlab/backup_rake_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb
index 548e7780c36..73bc8326f02 100644
--- a/spec/tasks/gitlab/backup_rake_spec.rb
+++ b/spec/tasks/gitlab/backup_rake_spec.rb
@@ -9,6 +9,7 @@ describe 'gitlab:app namespace rake task' do
Rake.application.rake_require 'tasks/gitlab/backup'
Rake.application.rake_require 'tasks/gitlab/shell'
Rake.application.rake_require 'tasks/gitlab/db'
+ Rake.application.rake_require 'tasks/cache'
# empty task as env is already loaded
Rake::Task.define_task :environment