Sha256: c21a1ea2bf84234273c3f24e08405ba5e4a3f04ecc690b30d2a75a9d7cda148f

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

FactoryGirl.define do
  factory :policy, :class => Scaptimony::Policy do
    name 'test_policy'
    period 'weekly'
    weekday 'monday'
    scap_content
    scap_content_profile
    day_of_month '1'
    cron_line '* * * * 30'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_openscap-0.3.4 test/factories/policy_factory.rb