Sha256: fcf7fecf7ac8bb318b82641d2c9a9c5a54638819379e22c7871a851e70a00a3b
Contents?: true
Size: 354 Bytes
Versions: 13
Compression:
Stored size: 354 Bytes
Contents
FactoryBot.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, 0o1, 13, 15, 24, 0o0) } sequence(:created_at) { |n| Time.new(1490 + n, 0o1, 13, 15, 24, 0o0) } status 0 metrics({}) openscap_proxy nil end end
Version data entries
13 entries across 13 versions & 1 rubygems