[features] dump/restore is a noop

This commit is contained in:
Joe Thornber
2013-06-28 12:19:24 +01:00
parent 2fc95b3a2d
commit 90fb1c4fb5
3 changed files with 32 additions and 12 deletions

View File

@@ -33,10 +33,16 @@ Feature: thin_restore
{-V|--version}
"""
@announce
Scenario: missing input file
When I run thin_restore with -o metadata.bin
Then it should fail with:
"""
No input file provided.
"""
"""
Scenario: dump/restore is a noop
Given valid metadata
When I dump
And I restore
And I dump
Then dumps 0 and 1 should be identical