summaryrefslogtreecommitdiff
path: root/spec/models/application_setting_spec.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-03 09:05:38 -0700
committerStan Hu <stanhu@gmail.com>2015-05-03 13:38:27 -0700
commita3157626f1970158573c71066982fac6a9ffe7ce (patch)
tree3ceff636dbc14812b5d785f6520031c0c4783032 /spec/models/application_setting_spec.rb
parente22936c60f44f96db497b2355379d86c9b69b8d8 (diff)
downloadgitlab-ce-a3157626f1970158573c71066982fac6a9ffe7ce.tar.gz
Re-annotate models
Diffstat (limited to 'spec/models/application_setting_spec.rb')
-rw-r--r--spec/models/application_setting_spec.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb
index 876502d03c2..116c318121d 100644
--- a/spec/models/application_setting_spec.rb
+++ b/spec/models/application_setting_spec.rb
@@ -4,7 +4,6 @@
#
# id :integer not null, primary key
# default_projects_limit :integer
-# default_branch_protection :integer
# signup_enabled :boolean
# signin_enabled :boolean
# gravatar_enabled :boolean
@@ -15,6 +14,10 @@
# default_branch_protection :integer default(2)
# twitter_sharing_enabled :boolean default(TRUE)
# restricted_visibility_levels :text
+# max_attachment_size :integer default(10), not null
+# default_project_visibility :integer
+# default_snippet_visibility :integer
+# restricted_signup_domains :text
#
require 'spec_helper'