summaryrefslogtreecommitdiff
path: root/spec/models/project_snippet_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/project_snippet_spec.rb')
-rw-r--r--spec/models/project_snippet_spec.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/models/project_snippet_spec.rb b/spec/models/project_snippet_spec.rb
index 716fd81c91b..42147179387 100644
--- a/spec/models/project_snippet_spec.rb
+++ b/spec/models/project_snippet_spec.rb
@@ -6,11 +6,13 @@
# title :string(255)
# content :text
# author_id :integer not null
-# project_id :integer not null
-# created_at :datetime not null
-# updated_at :datetime 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)
#
require 'spec_helper'