10 lines
279 B
Gherkin
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"
|