Commit 96617651 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update commit status factory to reflect recent changes

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment