features/actions/task.feature in repo_manager-0.7.2 vs features/actions/task.feature in repo_manager-0.7.3
- old
+ new
@@ -78,9 +78,22 @@
And the output should contain:
"""
repo test:init
"""
+ Scenario: Listings available tasks bare for Bash completion
+ When I run `repo task --tasks --bare`
+ Then the exit status should be 0
+ And the output should not contain:
+ """
+ repo test:init
+ """
+ And the output should match:
+ """
+ test:init
+ repo_manager:test_b:hello
+ """
+
Scenario: Show help for a given task
When I run `repo task help test:init`
Then the exit status should be 0
Then the output should contain:
"""