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 80fc8c48fed..8d1cff7a261 100644
--- a/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
+++ b/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
@@ -20,7 +20,7 @@ describe 'gitlab:mail_google_schema_whitelisting rake task' do
Rake.application.invoke_task "gitlab:mail_google_schema_whitelisting"
end
- it 'should run the task without errors' do
+ it 'runs the task without errors' do
expect { run_rake_task }.not_to raise_error
end
end