Fix cycle analytics test data generation and specs

This commit is contained in:
Grzegorz Bizon 2017-08-23 13:48:48 +02:00
parent 53353c849d
commit f906591094
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ module CycleAnalyticsHelpers
@dummy_pipeline ||=
Ci::Pipeline.new(
sha: project.repository.commit('master').sha,
ref: 'master',
source: :push,
project: project)
end