osrm-backend/features/options/contract/invalid.feature

13 lines
421 B
Gherkin
Raw Normal View History

@prepare @options @invalid
2016-02-14 13:35:37 -05:00
Feature: osrm-contract command line options: invalid options
Background:
Given the profile "testbot"
2014-04-21 11:20:15 -04:00
2016-02-14 13:35:37 -05:00
Scenario: osrm-contract - Non-existing option
When I run "osrm-contract --fly-me-to-the-moon"
Then stdout should be empty
And stderr should contain "option"
And stderr should contain "fly-me-to-the-moon"
2014-04-21 11:20:15 -04:00
And it should exit with code 1