summaryrefslogtreecommitdiff
path: root/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
diff options
context:
space:
mode:
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