features/steps/gitcycle_steps.rb in gitcycle-0.1.13 vs features/steps/gitcycle_steps.rb in gitcycle-0.1.14
- old
+ new
@@ -141,9 +141,13 @@
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}"
+end
+
When /^I cd to the (.*) repo$/ do |user|
if ENV['REPO']
puts "(overiding repo as #{ENV['REPO']})"
end
Dir.chdir($repos[(ENV['REPO'] || user).to_sym])
\ No newline at end of file