Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mailers/emails/builds_spec.rb')
-rw-r--r--spec/mailers/emails/builds_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/mailers/emails/builds_spec.rb b/spec/mailers/emails/builds_spec.rb
index 0df89938e97..27bafc05508 100644
--- a/spec/mailers/emails/builds_spec.rb
+++ b/spec/mailers/emails/builds_spec.rb
@@ -7,6 +7,10 @@ describe Notify do
include_context 'gitlab email notification'
+ before do
+ stub_ci_pipeline_hooks
+ end
+
describe 'build notification email' do
let(:build) { create(:ci_build) }
let(:project) { build.project }