# frozen_string_literal: true require 'spec_helper' 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