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

@ -130,19 +130,3 @@ describe Note do
end
end
end
# == Schema Information
#
# Table name: notes
#
# id :integer(4) not null, primary key
# note :text
# noteable_id :string(255)
# noteable_type :string(255)
# author_id :integer(4)
# created_at :datetime not null
# updated_at :datetime not null
# project_id :integer(4)
# attachment :string(255)
# line_code :string(255)
#