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
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 20:26:37 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 20:26:37 +0400
commit5f14a6bcf8ca5ec4325bae401069c3a03a617bd0 (patch)
treeb313d7a7d12f3ce67c322665724eda48d6d41e0a /spec
parenta31fe1a63f03c674338f95bf91e53198c2b526f5 (diff)
annotated
Diffstat (limited to 'spec')
-rw-r--r--spec/models/project_spec.rb1
-rw-r--r--spec/models/user_spec.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 9423c7de6ec..e6585f78aa8 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -18,6 +18,7 @@
# public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255)
+# snippets_enabled :boolean default(TRUE), not null
#
require 'spec_helper'
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 7d061bf28b2..4e276deaabe 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -33,6 +33,7 @@
# can_create_team :boolean default(TRUE), not null
# state :string(255)
# color_scheme_id :integer default(1), not null
+# notification_level :integer default(1), not null
#
require 'spec_helper'