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