summaryrefslogtreecommitdiff
path: root/reuse/features/reusable.feature
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-01-03 06:11:13 +0100
committerEugen Wissner <belka@caraus.de>2019-01-03 06:11:13 +0100
commit48a1f3756b927098357107baf4009740f562520a (patch)
tree36d0607434a2d2c4fb56504bfc978feb3ec3306d /reuse/features/reusable.feature
parent54fcfda40a14b5c3150faff6b2929a31eeea057a (diff)
downloadcucumber-js-demo-48a1f3756b927098357107baf4009740f562520a.tar.gz
reuse: Apply function with Ramda and Lodash
Diffstat (limited to 'reuse/features/reusable.feature')
-rw-r--r--reuse/features/reusable.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/reuse/features/reusable.feature b/reuse/features/reusable.feature
index 98136ff..20c878d 100644
--- a/reuse/features/reusable.feature
+++ b/reuse/features/reusable.feature
@@ -3,3 +3,13 @@ Feature:
Given a person with name
And a person named Jack
Then the same function is called for two distinct step definitions
+
+ Scenario:
+ Given a person with a first name
+ And a person with the first name Jack
+ Then the first names are collected by the same function
+
+ Scenario:
+ Given a person with a last name
+ And a person with the last name Doe
+ Then the last names are collected by the same function