summaryrefslogtreecommitdiff
path: root/features/task_create.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/task_create.feature')
-rw-r--r--features/task_create.feature5
1 files changed, 2 insertions, 3 deletions
diff --git a/features/task_create.feature b/features/task_create.feature
index d817f26..0e591ac 100644
--- a/features/task_create.feature
+++ b/features/task_create.feature
@@ -2,10 +2,9 @@
Feature: Create Task
Scenario Outline: Create a task
- When I create a task for a <resource>
+ When I create a task
Then I should receive a valid URI
- And the status should be "started"
- And the resource should be <resource>
+ And the status should be "created"
Examples:
|resource|