summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/backup_rake_spec.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-29 19:21:25 +0100
committerRémy Coutable <remy@rymai.me>2016-11-30 12:20:21 +0100
commitb193e8497444a19e4ea541f73f82eb7e21aa8879 (patch)
tree4009e3426dc331e586584314eafc3d6543a92dfa /spec/tasks/gitlab/backup_rake_spec.rb
parenta9c250eaddf758f99ac8c868dc86f4df0cc157f4 (diff)
downloadgitlab-ce-b193e8497444a19e4ea541f73f82eb7e21aa8879.tar.gz
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/tasks/gitlab/backup_rake_spec.rb')
-rw-r--r--spec/tasks/gitlab/backup_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb
index 287d83344db..ecbfc236d3d 100644
--- a/spec/tasks/gitlab/backup_rake_spec.rb
+++ b/spec/tasks/gitlab/backup_rake_spec.rb
@@ -5,7 +5,7 @@ describe 'gitlab:app namespace rake task' do
let(:enable_registry) { true }
before :all do
- Rake.application.rake_require 'tasks/gitlab/task_helpers'
+ Rake.application.rake_require 'tasks/gitlab/helpers'
Rake.application.rake_require 'tasks/gitlab/backup'
Rake.application.rake_require 'tasks/gitlab/shell'
Rake.application.rake_require 'tasks/gitlab/db'