method
steps_for
1.1.12 -
Show latest stable
-
0 notes -
Class: Spec::Story::Extensions::Main
- 1.1.4 (0)
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
steps_for(tag, &block)
public
Creates (or appends to an existing) a namespaced group of steps for use in Stories
Examples
# Creating a new group steps_for :forms do When("user enters $value in the $field field") do ... end When("user submits the $form form") do ... end end