1
0

reuse: Apply function with Ramda and Lodash

This commit is contained in:
2019-01-03 06:11:13 +01:00
parent 54fcfda40a
commit 48a1f3756b
7 changed files with 78 additions and 29 deletions

View File

@ -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