11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
@key
|
|
Feature: Delete key
|
|
|
|
<% key_name = @fixtures['key']['valid']['key_name'] %>
|
|
Scenario: Delete key
|
|
When I send DELETE '/v2.0/key/<%= key_name %>' query
|
|
Then response should be '200'
|
|
And the Content-Type header should include 'application/json'
|
|
And the JSON response should be an object
|
|
|