mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 19:04:21 +08:00
9 lines
213 B
Ruby
9 lines
213 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :team do
|
||
|
association :created_by, factory: :user
|
||
|
name 'My team'
|
||
|
description 'Lorem ipsum dolor sit amet, consectetuer adipiscing eli.'
|
||
|
space_taken 1048576
|
||
|
end
|
||
|
end
|