Skip to content

Commit 14593cd

Browse files
Fix nested step feature
1 parent d9a60c7 commit 14593cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/call_nested_wire_step.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Feature: Call nested wire step
1919
Given "a ruby step that calls a nested step" do
2020
step "a nested step over the wire"
2121
end
22+
Given "a nested step over the wire" do
23+
end
2224
"""
2325
And there is a wire server running on port 54321 which understands the following protocol:
2426
| request | response |

0 commit comments

Comments
 (0)