Remove annotations from specs
This commit is contained in:
parent
9d4d40deed
commit
9e7d77cece
13 changed files with 0 additions and 212 deletions
|
@ -1,17 +1,3 @@
|
|||
# == Schema Information
|
||||
#
|
||||
# Table name: milestones
|
||||
#
|
||||
# id :integer(4) not null, primary key
|
||||
# title :string(255) not null
|
||||
# project_id :integer(4) not null
|
||||
# description :text
|
||||
# due_date :date
|
||||
# closed :boolean(1) default(FALSE), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Milestone do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue