Reannotated

This commit is contained in:
randx 2012-06-26 21:23:09 +03:00
parent 283bf80676
commit 6abc649590
26 changed files with 190 additions and 142 deletions

View file

@ -1,3 +1,17 @@
# == 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