mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
9 lines
207 B
Gherkin
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
|