Removes column hard_deadline from call for papers

This commit is contained in:
Chrisbr 2014-06-04 16:47:50 +02:00
parent 25a1c116fd
commit c75471c0e4
7 changed files with 13 additions and 17 deletions

View file

@ -4,7 +4,6 @@ FactoryGirl.define do
factory :call_for_papers do
start_date Date.today - 1
end_date Date.today + 7
hard_deadline Date.today + 8
description 'We call for papers'
conference
end