Sha256: a23ecb19050df884b35c206adae04273d5938302c824ed88571c430c2f028626
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 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) } logs [] status 0 metrics {} openscap_proxy nil end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.8.6 | test/factories/arf_report_factory.rb |
foreman_openscap-0.8.5 | test/factories/arf_report_factory.rb |
foreman_openscap-0.8.4 | test/factories/arf_report_factory.rb |