Sha256: 4150657c7cdee568d37c6b46731096c9d38d58f8cb7edfec818c4d664246817f
Contents?: true
Size: 324 Bytes
Versions: 18
Compression:
Stored size: 324 Bytes
Contents
FactoryGirl.define do factory :schedule, :class => Khronos::Storage::Schedule do sequence(:context) { |i| "context#{i}" } at { Time.now } task_url "https://github.com/endel/khronos" recurrency 0 end factory :schedule_log, :class => Khronos::Storage::ScheduleLog do association :schedule end end
Version data entries
18 entries across 18 versions & 1 rubygems