From a6b2e981465afdea28d255b7f19ce640b85fdcca Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 28 Apr 2015 09:38:23 +0000 Subject: [PATCH] Improve expectation in rc eval test scenario (UAT) --- features/run_control/evaluation.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/run_control/evaluation.feature b/features/run_control/evaluation.feature index 0c153ce..95ebd34 100644 --- a/features/run_control/evaluation.feature +++ b/features/run_control/evaluation.feature @@ -4,7 +4,7 @@ Feature: run control file evaluation Given a run control file with: """ 'no error on first line' - fail 'fails on second line' + fail 'testing_rc_failure' """ 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/