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.feature12
1 files changed, 0 insertions, 12 deletions
diff --git a/features/task_create.feature b/features/task_create.feature
deleted file mode 100644
index 0e591ac..0000000
--- a/features/task_create.feature
+++ /dev/null
@@ -1,12 +0,0 @@
-@rest
-Feature: Create Task
-
- Scenario Outline: Create a task
- When I create a task
- Then I should receive a valid URI
- And the status should be "created"
-
- Examples:
- |resource|
- |http://my_test_uri|
-