summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/mail_google_schema_whitelisting.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/mail_google_schema_whitelisting.rb
parenta9c250eaddf758f99ac8c868dc86f4df0cc157f4 (diff)
downloadgitlab-ce-b193e8497444a19e4ea541f73f82eb7e21aa8879.tar.gz
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/tasks/gitlab/mail_google_schema_whitelisting.rb')
-rw-r--r--spec/tasks/gitlab/mail_google_schema_whitelisting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/mail_google_schema_whitelisting.rb b/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
index 37feb5e6faf..80fc8c48fed 100644
--- a/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
+++ b/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
@@ -3,7 +3,7 @@ require 'rake'
describe 'gitlab:mail_google_schema_whitelisting rake task' do
before :all do
- Rake.application.rake_require "tasks/gitlab/task_helpers"
+ Rake.application.rake_require "tasks/gitlab/helpers"
Rake.application.rake_require "tasks/gitlab/mail_google_schema_whitelisting"
# empty task as env is already loaded
Rake::Task.define_task :environment