Sha256: be2e661f78bd1cc40dcaf229679d974ba7efdfb44fc1a67934035703de6fdfc0
Contents?: true
Size: 333 Bytes
Versions: 10
Compression:
Stored size: 333 Bytes
Contents
FactoryGirl.define do factory :flyboy_task, class: Flyboy::Task do goal { FactoryGirl.create(:flyboy_goal) } title { "I-am-a-task#{Kernel.rand(0..9999)}" } description { "I-am-the-task-description_#{Kernel.rand(0..9999)}" } reminder "2013-08-27" term "2013-08-27" done false end end
Version data entries
10 entries across 10 versions & 1 rubygems