summaryrefslogtreecommitdiff
path: root/spec/models/snippet_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/snippet_spec.rb')
-rw-r--r--spec/models/snippet_spec.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/models/snippet_spec.rb b/spec/models/snippet_spec.rb
index 9b4aaa13f74..2a63584e429 100644
--- a/spec/models/snippet_spec.rb
+++ b/spec/models/snippet_spec.rb
@@ -14,18 +14,3 @@ describe Snippet do
it { should validate_presence_of(:content) }
end
end
-# == Schema Information
-#
-# Table name: snippets
-#
-# id :integer(4) not null, primary key
-# title :string(255)
-# content :text
-# author_id :integer(4) not null
-# project_id :integer(4) not null
-# created_at :datetime not null
-# updated_at :datetime not null
-# file_name :string(255)
-# expires_at :datetime
-#
-