Improve test expectations consistency (UAT)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user