You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a Route value object that's composed of those two. I can see how I fly the route between {origin:airport} and {destination:airport} would work, but I want my step to receive a Route VO composed of two Airport VOs
Summary
Consider this step:
Given I fly the route between LHR and CDG
I want a
Route
value object that's composed of those two. I can see howI fly the route between {origin:airport} and {destination:airport}
would work, but I want my step to receive a Route VO composed of two Airport VOsPossible Solution
(Example in Ruby):
The text was updated successfully, but these errors were encountered: