summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-11-02 15:10:04 -0700
committerChris Walters <cw@opscode.com>2010-11-02 15:10:04 -0700
commitd899e031de616be2462e04a1b611db5fb643b2a6 (patch)
tree0c7e4007d8f0012f79fdc61d575213811c628136
parentd2037f1d682054d02c8ed4e669fb2eed6c5ece38 (diff)
downloadchef-d899e031de616be2462e04a1b611db5fb643b2a6.tar.gz
Marking create client as an admin as oss_only
-rw-r--r--features/api/clients/create_client_api.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/api/clients/create_client_api.feature b/features/api/clients/create_client_api.feature
index 7c5a164e7c..3aab5459ed 100644
--- a/features/api/clients/create_client_api.feature
+++ b/features/api/clients/create_client_api.feature
@@ -10,6 +10,7 @@ Feature: Create a client via the REST API
When I create the client
And the inflated responses key 'uri' should match '^http://.+/clients/isis$'
+ @oss_only
Scenario: Create a new client as an admin
Given I am an administrator
And a 'client' named 'adminmonkey'