diff options
author | Atsushi Ishida <gipcompany@gmail.com> | 2015-08-03 01:52:54 +0900 |
---|---|---|
committer | Atsushi Ishida <gipcompany@gmail.com> | 2015-08-03 01:52:54 +0900 |
commit | f33898ecfb7c5c15c8a3355dabe07cdff296fc75 (patch) | |
tree | e989e2c39e2c2170e0ff22fb3f1dc5ac90498ecf /spec/factories/projects.rb | |
parent | bdb4288ab82bab14619fe817020e90e48a97e1d4 (diff) | |
download | gitlab-ce-f33898ecfb7c5c15c8a3355dabe07cdff296fc75.tar.gz |
Re-annotate models
Diffstat (limited to 'spec/factories/projects.rb')
-rw-r--r-- | spec/factories/projects.rb | 3 |
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 |