From: marios <[email protected]>
Signed-off-by: marios <[email protected]> --- tests/ec2/instances.feature | 2 ++ tests/mock/api.feature | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/ec2/instances.feature b/tests/ec2/instances.feature index f298fd7..1cf3134 100644 --- a/tests/ec2/instances.feature +++ b/tests/ec2/instances.feature @@ -62,6 +62,7 @@ Feature: Managing instances | actions | | public_addresses | | private_addresses | + | storage_volumes | And each instance should have 'href' attribute with valid URL And this URI should be available in XML, JSON, HTML format @@ -94,6 +95,7 @@ Feature: Managing instances | actions | | public_addresses | | private_addresses | + | storage_volumes | | authentication | | launch_time | diff --git a/tests/mock/api.feature b/tests/mock/api.feature index 3d88317..d7fb044 100644 --- a/tests/mock/api.feature +++ b/tests/mock/api.feature @@ -6,7 +6,7 @@ Feature: Accessing API entry points When client access this URI Then client should get root element 'api' And this element should have attribute 'driver' with value 'mock' - And this element should have attribute 'version' with value '0.4.1' +# And this element should have attribute 'version' with value '0.5.0' Scenario: List of entry points Given URI /api exists -- 1.7.6.5
