Removes some more planning element types.

pull/1203/head
Martin Czuchra 11 years ago
parent 87deaafb2c
commit 1052d7c3d4
  1. 2
      features/step_definitions/planning_element_steps.rb

@ -24,7 +24,7 @@ Given (/^there are the following planning elements(?: in project "([^"]*)")?:$/)
["planning_element_status", PlanningElementStatus],
["responsible", User],
["assigned_to", User],
["planning_element_type", PlanningElementType],
["type", Type],
["fixed_version", Version],
["priority", IssuePriority],
["parent", WorkPackage]

Loading…
Cancel
Save