Improve expectation in rc eval test scenario (UAT)

This commit is contained in:
Thibault Jouan 2015-04-28 09:38:23 +00:00
parent 1d5ee7cab7
commit a6b2e98146

View File

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