@ -129,6 +129,7 @@ describe WorkPackages::MovesController do
:type_id=>'',
:author_id=>user.id,
:assigned_to_id=>'',
:responsible_id=>'',
:status_id=>'',
:start_date=>'',
:due_date=>''
@ -147,6 +148,7 @@ describe WorkPackages::MovesController do
:new_project_id=>target_project.id,
:new_type_id=>target_project.types.first.id,# FIXME (see #1868) the validation on the work_package requires a proper target-type, other cases are not tested here
:assigned_to_id=>'',
:responsible_id=>'',
:status_id=>'',
:start_date=>'',
:due_date=>'',
@ -293,6 +295,10 @@ describe WorkPackages::MovesController do