From 03ff1da278117ce36aaec4e0af267bbc07dc571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Wed, 23 May 2018 15:29:48 +0200 Subject: Fix some failures --- spec/factories/ci/runners.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/factories') diff --git a/spec/factories/ci/runners.rb b/spec/factories/ci/runners.rb index 354aa0f65fc..e9bbb9f36e8 100644 --- a/spec/factories/ci/runners.rb +++ b/spec/factories/ci/runners.rb @@ -9,6 +9,10 @@ FactoryBot.define do is_shared true runner_type :instance_type + trait :online do + contacted_at Time.now + end + trait :instance do is_shared true runner_type :instance_type -- cgit v1.2.1