mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
12 lines
306 B
Gherkin
12 lines
306 B
Gherkin
|
Feature: Doctor
|
||
|
|
||
|
Background:
|
||
|
Given a test app with the default configuration
|
||
|
|
||
|
Scenario: Running the doctor task
|
||
|
When I run cap "doctor"
|
||
|
Then the task is successful
|
||
|
And contains "Environment" in the output
|
||
|
And contains "Gems" in the output
|
||
|
And contains "Variables" in the output
|