Sha256: d63331550171ebb1f06b04d3329dcd0fe3de83d0e4cb7847bf5309d9f724c91e
Contents?: true
Size: 446 Bytes
Versions: 18
Compression:
Stored size: 446 Bytes
Contents
FactoryBot.define do factory :policy, :class => ::ForemanOpenscap::Policy do sequence(:name) { |n| "policy#{n}" } period 'weekly' weekday 'monday' scap_content { FactoryBot.create(:scap_content) } scap_content_profile { FactoryBot.create(:scap_content_profile, :scap_content => scap_content) } tailoring_file nil tailoring_file_profile nil day_of_month nil cron_line nil hosts [] assets [] end end
Version data entries
18 entries across 18 versions & 1 rubygems