Sha256: 0d630bd9537b5b5ae62dcc8d340a18074724e440501f42b193fa4eebe6d4f0f9
Contents?: true
Size: 362 Bytes
Versions: 11
Compression:
Stored size: 362 Bytes
Contents
FactoryGirl.define do factory :arf_report, :class => ::ForemanOpenscap::ArfReport do host_id 1 policy nil policy_arf_report nil sequence(:reported_at) { |n| Time.new(1490 + n, 01, 13, 15, 24, 00) } sequence(:created_at) { |n| Time.new(1490 + n, 01, 13, 15, 24, 00) } logs [] status 0 metrics {} openscap_proxy nil end end
Version data entries
11 entries across 11 versions & 1 rubygems