Commit 2bb52d95 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix test by having a real commit

parent 0a7ab639
require 'spec_helper'
describe PipelinesEmailService do
let(:pipeline) { create(:ci_pipeline) }
let(:pipeline) do
create(:ci_pipeline, project: project, sha: project.commit('master').sha)
end
let(:project) { create(:project) }
let(:recipient) { 'test@gitlab.com' }
let(:data) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment