debian-mirror-gitlab/spec/views/notify/pipeline_failed_email.html.haml_spec.rb
2021-03-08 18:12:59 +05:30

11 lines
264 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'notify/pipeline_failed_email.html.haml' do
it_behaves_like 'pipeline status changes email' do
let(:title) { "Pipeline ##{pipeline.id} has failed!" }
let(:status) { :failed }
end
end