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

require 'spec_helper'

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