summaryrefslogtreecommitdiff
path: root/reuse/features/reusable.feature
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-12-27 08:47:18 +0100
committerEugen Wissner <belka@caraus.de>2018-12-27 08:47:18 +0100
commitfe4f62ff1a3346476aa6f4d025324d7d6cecf952 (patch)
tree6459e0bf13bf6199f817ec944319a9572e01bd24 /reuse/features/reusable.feature
parent0e8f395f7a9c422860f3f4c161788aca009d9889 (diff)
downloadcucumber-js-demo-fe4f62ff1a3346476aa6f4d025324d7d6cecf952.tar.gz
Add an example that reuses a step definition
Diffstat (limited to 'reuse/features/reusable.feature')
-rw-r--r--reuse/features/reusable.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/reuse/features/reusable.feature b/reuse/features/reusable.feature
new file mode 100644
index 0000000..98136ff
--- /dev/null
+++ b/reuse/features/reusable.feature
@@ -0,0 +1,5 @@
+Feature:
+ Scenario:
+ Given a person with name
+ And a person named Jack
+ Then the same function is called for two distinct step definitions