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

require 'spec_helper'

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