summaryrefslogtreecommitdiff
path: root/features/api/environments/show_role_in_environment.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/api/environments/show_role_in_environment.feature')
-rw-r--r--features/api/environments/show_role_in_environment.feature12
1 files changed, 0 insertions, 12 deletions
diff --git a/features/api/environments/show_role_in_environment.feature b/features/api/environments/show_role_in_environment.feature
deleted file mode 100644
index 59e76c3aed..0000000000
--- a/features/api/environments/show_role_in_environment.feature
+++ /dev/null
@@ -1,12 +0,0 @@
-@api @api_environments @show_roles
-Feature: Show a role in an environment via the REST API
- In order to know what the run list is for a Role in a specific environment
- As a Developer
- I want to show the run list for a specific Role in a specific environment
-
- Scenario: Show an environment specific run list and attribuets in a role
- Given I am an administrator
- And an 'environment' named 'cucumber' exists
- And a 'role' named 'webserver' exists
- When I 'GET' the path '/environments/cucumber/roles/webserver'
- Then the inflated response should respond to 'run_list' with '["role[db]"]'