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