Sha256: 70aa6f01a29d3f5afad911adb932c69ae14d620665713ceab5bca80278514ded
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
When(/^I run cap "(.*?)"$/) do |task| @success = TestApp.cap(task) end When(/^I run cap "(.*?)" as part of a release$/) do |task| TestApp.cap("deploy:new_release_path #{task}") end When(/^I run "(.*?)"$/) do |command| @success = TestApp.run(command) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-3.1.0 | features/step_definitions/cap_commands.rb |