summaryrefslogtreecommitdiff
path: root/spec/models/project_snippet_spec.rb
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-10-09 18:22:20 +0300
committerValery Sizov <valery@gitlab.com>2014-10-09 18:22:20 +0300
commit82c938ad75d40a62abfd7b4bd603e57bef6555f5 (patch)
treebbb0173ca96fc3ec843a5ee18b7ebfd95a855493 /spec/models/project_snippet_spec.rb
parent6303d003c699082ef7c5f83b7b805e95a62b7886 (diff)
downloadgitlab-ce-82c938ad75d40a62abfd7b4bd603e57bef6555f5.tar.gz
annotate
Diffstat (limited to 'spec/models/project_snippet_spec.rb')
-rw-r--r--spec/models/project_snippet_spec.rb22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/models/project_snippet_spec.rb b/spec/models/project_snippet_spec.rb
index e4df934460b..a6e1d9eef50 100644
--- a/spec/models/project_snippet_spec.rb
+++ b/spec/models/project_snippet_spec.rb
@@ -2,17 +2,17 @@
#
# Table name: snippets
#
-# id :integer not null, primary key
-# title :string(255)
-# content :text
-# author_id :integer not null
-# project_id :integer
-# created_at :datetime
-# updated_at :datetime
-# file_name :string(255)
-# expires_at :datetime
-# private :boolean default(TRUE), not null
-# type :string(255)
+# id :integer not null, primary key
+# title :string(255)
+# content :text
+# author_id :integer not null
+# project_id :integer
+# created_at :datetime
+# updated_at :datetime
+# file_name :string(255)
+# expires_at :datetime
+# type :string(255)
+# visibility_level :integer default(0), not null
#
require 'spec_helper'