Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/user_teams.rb')
-rw-r--r--spec/factories/user_teams.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/spec/factories/user_teams.rb b/spec/factories/user_teams.rb
index 8d1ee11ee75..3aeea40a6c9 100644
--- a/spec/factories/user_teams.rb
+++ b/spec/factories/user_teams.rb
@@ -2,12 +2,13 @@
#
# Table name: user_teams
#
-# id :integer not null, primary key
-# name :string(255)
-# path :string(255)
-# owner_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# id :integer not null, primary key
+# name :string(255)
+# path :string(255)
+# owner_id :integer
+# created_at :datetime not null
+# updated_at :datetime not null
+# description :string(255) default(""), not null
#
# Read about factories at https://github.com/thoughtbot/factory_girl