1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/features/doctor.feature

12 lines
306 B
Gherkin
Raw Permalink Normal View History

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