summaryrefslogtreecommitdiff
path: root/spec/models/application_setting_spec.rb
diff options
context:
space:
mode:
authorAtsushi Ishida <gipcompany@gmail.com>2015-08-03 01:52:54 +0900
committerAtsushi Ishida <gipcompany@gmail.com>2015-08-03 01:52:54 +0900
commitf33898ecfb7c5c15c8a3355dabe07cdff296fc75 (patch)
treee989e2c39e2c2170e0ff22fb3f1dc5ac90498ecf /spec/models/application_setting_spec.rb
parentbdb4288ab82bab14619fe817020e90e48a97e1d4 (diff)
downloadgitlab-ce-f33898ecfb7c5c15c8a3355dabe07cdff296fc75.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 d648f4078be..bc14ff98fd8 100644
--- a/spec/models/application_setting_spec.rb
+++ b/spec/models/application_setting_spec.rb
@@ -14,11 +14,14 @@
# default_branch_protection :integer default(2)
# twitter_sharing_enabled :boolean default(TRUE)
# restricted_visibility_levels :text
+# version_check_enabled :boolean default(TRUE)
# max_attachment_size :integer default(10), not null
-# session_expire_delay :integer default(10080), not null
# default_project_visibility :integer
# default_snippet_visibility :integer
# restricted_signup_domains :text
+# user_oauth_applications :boolean default(TRUE)
+# after_sign_out_path :string(255)
+# session_expire_delay :integer default(10080), not null
#
require 'spec_helper'