We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a60c7 commit 14593cdCopy full SHA for 14593cd
features/call_nested_wire_step.feature
@@ -19,6 +19,8 @@ Feature: Call nested wire step
19
Given "a ruby step that calls a nested step" do
20
step "a nested step over the wire"
21
end
22
+ Given "a nested step over the wire" do
23
+ end
24
"""
25
And there is a wire server running on port 54321 which understands the following protocol:
26
| request | response |
0 commit comments