Evaluate run control file when present
This commit is contained in:
10
features/run_control/evaluation.feature
Normal file
10
features/run_control/evaluation.feature
Normal file
@@ -0,0 +1,10 @@
|
||||
@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"
|
Reference in New Issue
Block a user