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