Remove annotations from specs

This commit is contained in:
Robert Speicher 2012-08-29 02:05:08 -04:00
parent 9d4d40deed
commit 9e7d77cece
13 changed files with 0 additions and 212 deletions

View file

@ -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
#