[features] dump/restore is a noop
This commit is contained in:
		@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user