Skip to content
Snippets Groups Projects
Commit ba537380 authored by Andrew8xx8's avatar Andrew8xx8
Browse files

Description added to user temas factory

parent b4648c3b
No related branches found
No related tags found
1 merge request!2931Team and group descriptions
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment