Test for missing input file

This commit is contained in:
Joe Thornber 2013-09-16 13:06:23 +01:00
parent 93b1077017
commit 6638f7054f
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ Feature: thin_restore
No input file provided.
"""
Scenario: input file not found
When I run thin_restore with -i foo.xml -o metadata.bin
Then it should fail
Scenario: missing output file
When I run thin_restore with -i metadata.xml
Then it should fail with: