Specify alternate run control file path from CLI

This commit is contained in:
Thibault Jouan
2015-04-14 00:39:36 +00:00
parent 7493ab3284
commit 62c824cd7d
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Feature: run control file path CLI option
Scenario: changes the path to run control file
Given a file named uhwmrc.rb with:
"""
puts 'run control evaluation'
"""
When I run uhwm with option -f uhwmrc.rb
Then the output must contain "run control evaluation"