summaryrefslogtreecommitdiff
path: root/spec/views/notify/pipeline_fixed_email.html.haml_spec.rb
blob: 2b3b08f8e8cca816126b516343b118a29afbf17d (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe 'notify/pipeline_fixed_email.html.haml' do
  it_behaves_like 'pipeline status changes email' do
    let(:title) { 'Your pipeline has been fixed!' }
    let(:status) { :success }
  end
end