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

11 lines
256 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
let(:title) { 'Your pipeline has been fixed!' }
let(:status) { :success }
end
end