Convert buffer_t to gmock.

This commit is contained in:
Joe Thornber
2013-03-22 12:04:38 +00:00
parent e3375443eb
commit c044c2c729
6 changed files with 121 additions and 263 deletions

View File

@@ -70,7 +70,17 @@ Feature: cache_check
And block 1 is zeroed
When I run `cache_check input`
And the stderr should contain:
"""
input: No superblock found
"""
"""
Scenario: A valid metadata area passes
Given metadata containing:
"""
"""
When I run cache_check
Then it should pass