debian-mirror-gitlab/spec/views/notify/pipeline_fixed_email.text.erb_spec.rb

11 lines
282 B
Ruby
Raw Normal View History

2020-04-08 14:13:33 +05:30
# frozen_string_literal: true
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe 'notify/pipeline_fixed_email.text.erb' do
2020-04-08 14:13:33 +05:30
it_behaves_like 'pipeline status changes email' do
2021-03-08 18:12:59 +05:30
let(:title) { "Pipeline has been fixed and ##{pipeline.id} has passed!" }
2020-04-08 14:13:33 +05:30
let(:status) { :success }
end
end