Unflatten features directory tree
This commit is contained in:
11
features/cli/debug.feature
Normal file
11
features/cli/debug.feature
Normal file
@@ -0,0 +1,11 @@
|
||||
Feature: CLI debug option
|
||||
|
||||
Background:
|
||||
Given a recipe with:
|
||||
"""
|
||||
task(:trigger_error) { fail 'some error' }
|
||||
"""
|
||||
|
||||
Scenario: reports recipe errors
|
||||
When I execute the recipe with option -d
|
||||
Then the output must match /\ARuntimeError:.*\n\ncause:\nRuntimeError:/
|
Reference in New Issue
Block a user