From 61d2a99dd454c88d58f906f6219808a850077e1b Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 21 Apr 2014 17:18:30 +0200 Subject: [PATCH] remove left-over feature file --- features/options/extract.feature | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 features/options/extract.feature diff --git a/features/options/extract.feature b/features/options/extract.feature deleted file mode 100644 index 1582888b7..000000000 --- a/features/options/extract.feature +++ /dev/null @@ -1,22 +0,0 @@ -@extract @options -Feature: osrm-extract command line options: version -# the regex will match these two formats: -# v0.3.7.0 # this is the normal format when you build from a git clone -# -128-NOTFOUND # if you build from a shallow clone (used on Travis) - - Background: - Given the profile "testbot" - - Scenario: osrm-extract - Version, short - When I run "osrm-routed --v" - Then stderr should be empty - And stdout should contain 1 line - And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ - And it should exit with code 0 - - Scenario: osrm-extract - Version, long - When I run "osrm-routed --version" - Then stderr should be empty - And stdout should contain 1 line - And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ - And it should exit with code 0