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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 17:16:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 17:16:02 +0400
commit21b1fee92c9d860281712ed97cf724e6d5d3fe76 (patch)
treeb2199ff93f8485cb7e62dfa4126f7fbc041884d0 /spec/factories
parent2a04341fba22b708c4cd31ec8fa8c07713bc5877 (diff)
reannotated
Diffstat (limited to 'spec/factories')
-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