Files
growstuff/spec/factories/planting.rb
Skud efb3c1cf50 Added a display of interesting members to the homepage.
Also merged in the latest dev (hence some minor changes to non-homepage,
non-member stuff).  I think I messed up the merge a bit :-/
2013-04-02 13:59:34 +11:00

11 lines
186 B
Ruby

FactoryGirl.define do
factory :planting do
garden
crop
planted_at Date.today
quantity 33
description "This is a *really* good plant."
sunniness 'sun'
end
end