Description added to user temas factory
This commit is contained in:
parent
b4648c3b52
commit
ba5373805a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :user_team do
|
||||
sequence(:name) { |n| "team#{n}" }
|
||||
sequence(:description) { |n| "team_description#{n}" }
|
||||
path { name.downcase.gsub(/\s/, '_') }
|
||||
owner
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue