summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-11-02 15:06:01 -0700
committerChris Walters <cw@opscode.com>2010-11-02 15:06:01 -0700
commit28ca8208bcb74ecdf903a5a9c122e6078a4ca8e3 (patch)
tree5713ff1120a5ee0e6243f05493e9a64e23dc05ed
parentcb9423f8ea12c70f59ef533bcd37698308137374 (diff)
downloadchef-28ca8208bcb74ecdf903a5a9c122e6078a4ca8e3.tar.gz
Removing another test that cannot make sense (list roles when none have been created)
-rw-r--r--features/api/roles/list_roles_api.feature6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/api/roles/list_roles_api.feature b/features/api/roles/list_roles_api.feature
index 3360486ec9..95117d7dfb 100644
--- a/features/api/roles/list_roles_api.feature
+++ b/features/api/roles/list_roles_api.feature
@@ -4,12 +4,6 @@ Feature: List roles via the REST API
As a Developer
I want to list all the roles
- Scenario: List roles when none have been created
- Given I am an administrator
- And there are no roles
- When I 'GET' the path '/roles'
- Then the inflated response should be '1' items long
-
Scenario: List roles when one has been created
Given I am an administrator
Given a 'role' named 'webserver' exists