Remove deprecated test scenario (UAT)

This commit is contained in:
Thibault Jouan 2015-04-28 09:36:56 +00:00
parent c9ab16c847
commit d9ce2eb120

View File

@ -1,13 +1,5 @@
Feature: run control file evaluation
Scenario: evaluates the default run control file when present
Given a run control file with:
"""
puts 'run control evaluation'
"""
When I start uhwm
Then the output must contain "run control evaluation"
Scenario: reports run control code in backtrace on errors
Given a run control file with:
"""