uh-wm/features/cli/run_control.feature
2015-04-28 09:28:38 +00:00

10 lines
279 B
Gherkin

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