Add a feature that tests failure when the output file is missed off the thin_restore command line.

This commit is contained in:
Joe Thornber 2013-08-16 16:28:25 +01:00
parent 7ada06aa77
commit 5fa1c0a212
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ Feature: thin_restore
No input file provided.
"""
Scenario: missing output file
When I run thin_restore with -i metadata.xml
Then it should fail with:
"""
No output file provided.
"""
Scenario: dump/restore is a noop
Given valid metadata
When I dump