features/steps/gitcycle_steps.rb in gitcycle-0.2.4 vs features/steps/gitcycle_steps.rb in gitcycle-0.2.5
- old
+ new
@@ -141,11 +141,11 @@
When /^I execute gitcycle with the Lighthouse ticket URL$/ do
$execute << $ticket.url
end
-When /^I execute gitcycle reset with the Lighthouse ticket URL$/ do
- $execute << "reset #{$ticket.url}"
+When /^I execute gitcycle redo with the Lighthouse ticket URL$/ do
+ $execute << "redo #{$ticket.url}"
end
When /^I cd to the (.*) repo$/ do |user|
if ENV['REPO']
puts "(overiding repo as #{ENV['REPO']})"
\ No newline at end of file