Extract user acceptance test helpers in a module

This commit is contained in:
Thibault Jouan
2015-04-13 01:56:08 +00:00
parent 10591d0646
commit 53d83d5f08
10 changed files with 84 additions and 59 deletions

View File

@@ -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