6 lines
167 B
Gherkin
6 lines
167 B
Gherkin
Feature: debug CLI option
|
|
|
|
Scenario: raises the logger level to DEBUG
|
|
When I run uhwm with option -d
|
|
Then the current output must match /log.+debug.+level/i
|