Add a feature that tests failure when the output file is missed off the thin_restore command line.
This commit is contained in:
parent
7ada06aa77
commit
5fa1c0a212
@ -40,6 +40,13 @@ Feature: thin_restore
|
|||||||
No input file provided.
|
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
|
Scenario: dump/restore is a noop
|
||||||
Given valid metadata
|
Given valid metadata
|
||||||
When I dump
|
When I dump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user