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:
authorAtsushi Ishida <gipcompany@gmail.com>2015-08-02 19:52:54 +0300
committerAtsushi Ishida <gipcompany@gmail.com>2015-08-02 19:52:54 +0300
commitf33898ecfb7c5c15c8a3355dabe07cdff296fc75 (patch)
treee989e2c39e2c2170e0ff22fb3f1dc5ac90498ecf /spec/factories/projects.rb
parentbdb4288ab82bab14619fe817020e90e48a97e1d4 (diff)
Re-annotate models
Diffstat (limited to 'spec/factories/projects.rb')
-rw-r--r--spec/factories/projects.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/factories/projects.rb b/spec/factories/projects.rb
index 102678a1d74..1d500a11ad7 100644
--- a/spec/factories/projects.rb
+++ b/spec/factories/projects.rb
@@ -21,12 +21,13 @@
# import_url :string(255)
# visibility_level :integer default(0), not null
# archived :boolean default(FALSE), not null
+# avatar :string(255)
# import_status :string(255)
# repository_size :float default(0.0)
# star_count :integer default(0), not null
# import_type :string(255)
# import_source :string(255)
-# avatar :string(255)
+# commit_count :integer default(0)
#
FactoryGirl.define do