1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/features/stage_failure.feature
2016-05-21 11:55:57 -07:00

9 lines
207 B
Gherkin

Feature: Stage failure
Background:
Given a test app with the default configuration
And a stage file named deploy.rb
Scenario: Running a task
When I run cap "doctor"
Then the task fails