Start stubbing out cache_dump

This commit is contained in:
Joe Thornber
2013-08-19 12:40:03 +01:00
parent a933749cbf
commit d3ce6b811b
6 changed files with 125 additions and 0 deletions

View File

@@ -46,3 +46,10 @@ Feature: thin_restore
"""
No output file provided.
"""
Scenario: dump/restore is a noop
Given valid cache metadata
When I dump cache
And I restore cache
And I dump cache
Then cache dumps 1 and 2 should be identical