Extract user acceptance test helpers in a module
This commit is contained in:
@@ -2,4 +2,4 @@ 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
|
||||
Then the output must match /log.+debug.+level/i
|
||||
|
@@ -2,4 +2,4 @@ Feature: ruby feature require CLI option
|
||||
|
||||
Scenario: requires a ruby feature
|
||||
When I run uhwm with option -v -r abbrev
|
||||
Then the current output must match /load.+abbrev.+ruby feature/i
|
||||
Then the output must match /load.+abbrev.+ruby feature/i
|
||||
|
@@ -2,4 +2,4 @@ Feature: verbose CLI option
|
||||
|
||||
Scenario: raises the logger level to INFO
|
||||
When I run uhwm with option -v
|
||||
Then the current output must match /log.+info.+level/i
|
||||
Then the output must match /log.+info.+level/i
|
||||
|
Reference in New Issue
Block a user