Improve expectation in rc eval test scenario (UAT)
This commit is contained in:
parent
1d5ee7cab7
commit
a6b2e98146
@ -4,7 +4,7 @@ Feature: run control file evaluation
|
|||||||
Given a run control file with:
|
Given a run control file with:
|
||||||
"""
|
"""
|
||||||
'no error on first line'
|
'no error on first line'
|
||||||
fail 'fails on second line'
|
fail 'testing_rc_failure'
|
||||||
"""
|
"""
|
||||||
When I start uhwm
|
When I start uhwm
|
||||||
Then the output must match /\.uhwmrc\.rb:2:.+fails on second line/
|
Then the output must match /\.uhwmrc\.rb:2:.+testing_rc_failure/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user