debian-mirror-gitlab/spec/views/notify/pipeline_fixed_email.html.haml_spec.rb
2020-08-09 17:44:08 +05:30

11 lines
257 B
Ruby

# 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