Added a scenario where environment doesnt exist when seeking deployments

References #21
This commit is contained in:
Mahesh V Kelkar 2015-04-27 11:21:10 -04:00
parent 7d0beea655
commit f6b82b7ef2
1 changed files with 8 additions and 1 deletions

View File

@ -159,4 +159,11 @@ Feature: Environment READ APIs
}],
"createdAt" : "{{created_timestamp}}"
}]
"""
"""
@wip
Scenario: Fetching deployments for an environment that doesn't exist
When I GET "/api/environments/pre-prod/deployments"
Then the response should be 404