uh-wm/features/run_control/evaluation.feature
2015-04-14 03:23:12 +00:00

10 lines
273 B
Gherkin

Feature: run control file evaluation
Scenario: evaluates the default run control file when present
Given a run control file with:
"""
puts 'run control evaluation'
"""
When I start uhwm
Then the output must contain "run control evaluation"