[cache features] add a test for dump/restore cycle being a noop

This commit is contained in:
Joe Thornber
2014-09-01 14:57:10 +01:00
parent 562661c63e
commit 99d851cd29
2 changed files with 8 additions and 2 deletions

View File

@@ -99,3 +99,9 @@ Feature: cache_restore
"""
"""
Scenario: dump/restore is a noop
Given valid cache metadata
When I cache dump
And I cache restore
And I cache dump
Then dumps 1 and 2 should be identical