|
|
@ -53,6 +53,7 @@ Given /^I set the (.+) of the story to (.+)$/ do |attribute, value| |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
Given /^I set the (.+) of the task to (.+)$/ do |attribute, value| |
|
|
|
Given /^I set the (.+) of the task to (.+)$/ do |attribute, value| |
|
|
|
|
|
|
|
value = '' if value == 'an empty string' |
|
|
|
@task_params[attribute] = value |
|
|
|
@task_params[attribute] = value |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
@ -72,6 +73,7 @@ Given /^I want to edit the sprint named (.+)$/ do |name| |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
Given /^I want to set the (.+) of the sprint to (.+)$/ do |attribute, value| |
|
|
|
Given /^I want to set the (.+) of the sprint to (.+)$/ do |attribute, value| |
|
|
|
|
|
|
|
value = '' if value == "an empty string" |
|
|
|
@sprint_params[attribute] = value |
|
|
|
@sprint_params[attribute] = value |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|