module Cucumber::Glue::ProtoWorld
def step(name, raw_multiline_arg = nil)
-
raw_multiline_arg
(String, Cucumber::Test::DocString, Cucumber::Ast::Table
) -- -
name
(String
) -- The name of the step
Other tags:
- Example: Passing a multiline string -
Example: Passing a table -
Example: Call a step with quotes in the name -
Example: Call another step -
def step(name, raw_multiline_arg = nil) super end