first pack of tests for milestones
This commit is contained in:
parent
23d950855d
commit
d98b183361
8 changed files with 145 additions and 48 deletions
|
@ -75,3 +75,8 @@ Factory.add(:event, Event) do |obj|
|
|||
obj.title = Faker::Lorem.sentence
|
||||
obj.project = Factory(:project)
|
||||
end
|
||||
|
||||
Factory.add(:milestone, Milestone) do |obj|
|
||||
obj.title = Faker::Lorem.sentence
|
||||
obj.due_date = Date.today + 1.month
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue