mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 09:17:20 -04:00
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 :-/
11 lines
186 B
Ruby
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
|