提交 96617651 编写于 作者: G Grzegorz Bizon

Update commit status factory to reflect recent changes

上级 88d59d01
FactoryGirl.define do
factory :commit_status, class: CommitStatus do
name 'default'
ref 'master'
status 'success'
description 'commit status'
commit factory: :ci_commit_with_one_job
started_at 'Tue, 26 Jan 2016 08:23:42 +0100'
started_at 'Tue, 26 Jan 2016 08:21:42 +0100'
finished_at 'Tue, 26 Jan 2016 08:23:42 +0100'
after(:build) do |build, evaluator|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册