From e4296c539382ca993d18565b716d29d68970e379 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 1 Sep 2014 15:26:42 +0100 Subject: [PATCH] [cache_dump feature] switch to using the new /cache dump|restore/ pattern --- features/cache_dump.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/cache_dump.feature b/features/cache_dump.feature index 4011c20..3415c6a 100644 --- a/features/cache_dump.feature +++ b/features/cache_dump.feature @@ -44,7 +44,7 @@ Feature: cache_dump Scenario: dump/restore is a noop Given valid cache metadata - When I cache_dump - And I cache_restore - And I cache_dump + When I cache dump + And I cache restore + And I cache dump Then cache dumps 1 and 2 should be identical