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

Comment out cucumber feature which is misleading, keep for reference

This commit is contained in:
Lee Hambley 2014-11-24 22:46:26 +01:00
parent 52591324f3
commit fdeb2f5b70

View file

@ -19,10 +19,12 @@ Feature: The path to the configuration can be changed, removing the need to
Then the task is successful Then the task is successful
And contains "install" in the output And contains "install" in the output
Scenario: Show install task with configuration in a custom location # Feature disabled because this is not how it works, we don't load
And config stage file has line "desc 'Special Task'" # tasks from stage files, as we expect them to be defined in ./lib/tasks
And config stage file has line "task :special_stage_task" # Scenario: Show install task with configuration in a custom location
But the configuration is in a custom location # And config stage file has line "desc 'Special Task'"
When I run "cap -T" # And config stage file has line "task :special_stage_task"
Then the task is successful # But the configuration is in a custom location
And contains "special_stage_task" in the output # When I run "cap -T"
# Then the task is successful
# And contains "special_stage_task" in the output