Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix nested step feature
  • Loading branch information
aurelien-reeves committed Jan 7, 2022
commit 14593cd0dc099a49009fdb495027e09600257d3c
2 changes: 2 additions & 0 deletions features/call_nested_wire_step.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Feature: Call nested wire step
Given "a ruby step that calls a nested step" do
step "a nested step over the wire"
end
Given "a nested step over the wire" do
end
"""
And there is a wire server running on port 54321 which understands the following protocol:
| request | response |
Expand Down