mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-25 02:05:10 -04:00
10 lines
207 B
Ruby
10 lines
207 B
Ruby
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
FactoryGirl.define do
|
|
factory :forum do
|
|
name "Permaculture"
|
|
description "*Everything* about permaculture!"
|
|
owner
|
|
end
|
|
end
|