summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSaito <saitowu@gmail.com>2011-11-16 16:32:35 +0800
committerSaito <saitowu@gmail.com>2011-11-16 16:32:35 +0800
commit7b5fd145157e1eae18d2721d75330404acc92963 (patch)
tree0841ad78731d073cf89f6dea089c1b03379d9a2d /spec
parentf294b8d4c3209689dde00326ca6270afa0b4843e (diff)
downloadgitlab-ce-7b5fd145157e1eae18d2721d75330404acc92963.tar.gz
annotate models
Diffstat (limited to 'spec')
-rw-r--r--spec/models/issue_spec.rb1
-rw-r--r--spec/models/user_spec.rb9
2 files changed, 5 insertions, 5 deletions
diff --git a/spec/models/issue_spec.rb b/spec/models/issue_spec.rb
index da2d88f67f8..ac6786333d1 100644
--- a/spec/models/issue_spec.rb
+++ b/spec/models/issue_spec.rb
@@ -31,7 +31,6 @@ end
#
# id :integer not null, primary key
# title :string(255)
-# content :text
# assignee_id :integer
# author_id :integer
# project_id :integer
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index a22aee75b0d..45aff2bd00c 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -58,9 +58,10 @@ end
# updated_at :datetime
# name :string(255)
# admin :boolean default(FALSE), not null
-# projects_limit :integer
-# skype :string
-# linkedin :string
-# twitter :string
+# projects_limit :integer default(10)
+# skype :string(255) default(""), not null
+# linkedin :string(255) default(""), not null
+# twitter :string(255) default(""), not null
+# authentication_token :string(255)
#