Skip to content
Snippets Groups Projects
Commit c6f09f4d authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Fix spacing

parent 386bffb8
No related branches found
No related tags found
1 merge request!5525Implement Slack integration for pipeline hooks
Loading
Loading
@@ -3,12 +3,13 @@ require 'spec_helper'
describe Gitlab::DataBuilder::PipelineDataBuilder do
let(:user) { create(:user) }
let(:project) { create(:project) }
let!(:build) { create(:ci_build, pipeline: pipeline) }
let(:pipeline) do
create(:ci_pipeline,
project: project, status: 'success',
sha: project.commit.sha, ref: project.default_branch)
end
let!(:build) { create(:ci_build, pipeline: pipeline) }
 
describe '.build' do
let(:data) { Gitlab::DataBuilder::PipelineDataBuilder.build(pipeline) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment