uh-wm/features/run_control/evaluation.feature
2015-04-14 02:28:33 +00:00

11 lines
303 B
Gherkin

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