summaryrefslogtreecommitdiff
path: root/async/features/request.feature
diff options
context:
space:
mode:
Diffstat (limited to 'async/features/request.feature')
-rw-r--r--async/features/request.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/async/features/request.feature b/async/features/request.feature
new file mode 100644
index 0000000..85e3123
--- /dev/null
+++ b/async/features/request.feature
@@ -0,0 +1,8 @@
+Feature: Request
+ Scenario:
+ When I request the same resource three times
+ Then the responses should be the same
+
+ Scenario:
+ When I request the same resource twice
+ Then the responses should be the same