remove steps not needed any more.

pull/553/head
Nils Kenneweg 11 years ago
parent 66055d73cc
commit 41cffa1ab9
  1. 8
      features/step_definitions/timelines_given_steps.rb
  2. 3
      features/timelines/timeline_wiki_macro.feature

@ -47,14 +47,6 @@ Given /^I am working in the [tT]imeline "([^"]*)" of the project called "([^"]*)
@timeline_name = timeline_name
end
Given /^there are the following planning element statuses:$/ do |table|
table.map_headers! { |header| header.underscore.gsub(' ', '_') }
table.hashes.each do |type_attributes|
FactoryGirl.create(:planning_element_status, type_attributes)
end
end
Given /^there are the following reported project statuses:$/ do |table|
table.map_headers! { |header| header.underscore.gsub(' ', '_') }

@ -82,9 +82,6 @@ Feature: Timeline Wiki Macro
And the user "manager" is a "loser"
And the user "mrtimeline" is a "god"
And there are the following planning element statuses:
| Name |
| closed |
And there are the following work packages:
| Subject | Start date | Due date | description | status | responsible |
| January | 2012-01-01 | 2012-01-31 | Avocado Grande | closed | manager |

Loading…
Cancel
Save