Start stubbing out cache_dump
This commit is contained in:
30
features/cache_dump.feature
Normal file
30
features/cache_dump.feature
Normal file
@@ -0,0 +1,30 @@
|
||||
Feature: cache_dump
|
||||
Scenario: print version (-V flag)
|
||||
When I run cache_dump with -V
|
||||
Then it should pass with version
|
||||
|
||||
Scenario: print version (--version flag)
|
||||
When I run cache_dump with --version
|
||||
Then it should pass with version
|
||||
|
||||
Scenario: print help (-h)
|
||||
When I run cache_dump with -h
|
||||
Then it should pass with:
|
||||
|
||||
"""
|
||||
Usage: cache_dump [options] {device|file}
|
||||
Options:
|
||||
{-h|--help}
|
||||
{-V|--version}
|
||||
"""
|
||||
|
||||
Scenario: print help (--help)
|
||||
When I run cache_dump with -h
|
||||
Then it should pass with:
|
||||
|
||||
"""
|
||||
Usage: cache_dump [options] {device|file}
|
||||
Options:
|
||||
{-h|--help}
|
||||
{-V|--version}
|
||||
"""
|
||||
Reference in New Issue
Block a user