debian-mirror-gitlab/spec/views/notify/pipeline_success_email.html.haml_spec.rb

11 lines
248 B
Ruby
Raw Normal View History

2019-12-21 20:55:43 +05:30
# frozen_string_literal: true
2017-08-17 22:00:37 +05:30
require 'spec_helper'
describe 'notify/pipeline_success_email.html.haml' do
2020-04-08 14:13:33 +05:30
it_behaves_like 'pipeline status changes email' do
let(:title) { 'Your pipeline has passed' }
let(:status) { :success }
2017-08-17 22:00:37 +05:30
end
end