diff options
author | Rémy Coutable <remy@rymai.me> | 2016-11-29 19:21:25 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-30 12:20:21 +0100 |
commit | b193e8497444a19e4ea541f73f82eb7e21aa8879 (patch) | |
tree | 4009e3426dc331e586584314eafc3d6543a92dfa /spec/rake_helper.rb | |
parent | a9c250eaddf758f99ac8c868dc86f4df0cc157f4 (diff) | |
download | gitlab-ce-b193e8497444a19e4ea541f73f82eb7e21aa8879.tar.gz |
Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-install
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/rake_helper.rb')
-rw-r--r-- | spec/rake_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rake_helper.rb b/spec/rake_helper.rb index 9b5b4bf9fea..298a520f5ca 100644 --- a/spec/rake_helper.rb +++ b/spec/rake_helper.rb @@ -8,7 +8,7 @@ RSpec.configure do |config| config.before(:all) do $stdout = StringIO.new - Rake.application.rake_require 'tasks/gitlab/task_helpers' + Rake.application.rake_require 'tasks/gitlab/helpers' Rake::Task.define_task :environment end |