uh-wm/features/run_control/evaluation.feature
Thibault Jouan e81cf3a52f Clean up tests
* Remove deprecated tags;
* Improve scenarios, steps and specs descriptions.
2015-04-14 02:59:48 +00:00

10 lines
278 B
Gherkin

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