2019-10-08 08:06:01 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-03-27 03:57:52 -04:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe 'notify/pipeline_failed_email.html.haml' do
|
2020-02-27 13:09:21 -05:00
|
|
|
it_behaves_like 'pipeline status changes email' do
|
|
|
|
let(:title) { 'Your pipeline has failed' }
|
|
|
|
let(:status) { :failed }
|
2017-03-27 03:57:52 -04:00
|
|
|
end
|
|
|
|
end
|