summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-11-02 15:09:14 -0700
committerChris Walters <cw@opscode.com>2010-11-02 15:09:14 -0700
commitd2037f1d682054d02c8ed4e669fb2eed6c5ece38 (patch)
treee923ae3cdd2a7cff6c051eff53850aa1084fca85
parent28ca8208bcb74ecdf903a5a9c122e6078a4ca8e3 (diff)
downloadchef-d2037f1d682054d02c8ed4e669fb2eed6c5ece38.tar.gz
Modifying list multiple roles test to not encode our test harness jiggery pokery
-rw-r--r--features/api/roles/list_roles_api.feature3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/api/roles/list_roles_api.feature b/features/api/roles/list_roles_api.feature
index 95117d7dfb..2a952fe5ba 100644
--- a/features/api/roles/list_roles_api.feature
+++ b/features/api/roles/list_roles_api.feature
@@ -15,8 +15,7 @@ Feature: List roles via the REST API
And a 'role' named 'webserver' exists
And a 'role' named 'db' exists
When I 'GET' the path '/roles'
- Then the inflated response should be '3' items long
- And the inflated responses key 'role_test' should match '^http://.+/roles/role_test$'
+ Then the inflated responses key 'role_test' should match '^http://.+/roles/role_test$'
And the inflated responses key 'webserver' should match '^http://.+/roles/webserver$'
And the inflated responses key 'db' should match '^http://.+/roles/db$'