Improve test expectations consistency (UAT)

This commit is contained in:
Thibault Jouan
2015-04-28 09:28:38 +00:00
parent ace86cf0e3
commit 01d9bdb3b3
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ Feature: run control file path CLI option
Scenario: specifies run control file path
Given a file named uhwmrc.rb with:
"""
puts 'run control evaluation'
puts 'testing_run_control'
"""
When I run uhwm with option -f uhwmrc.rb
Then the output must contain "run control evaluation"
Then the output must contain "testing_run_control"