Method: RSpecStepwise::ClassMethods#run_after_step
- Defined in:
- lib/two-step/stepwise.rb
#run_after_step(example) ⇒ Object
158 159 160 161 162 |
# File 'lib/two-step/stepwise.rb', line 158 def run_after_step(example) run_step(example, :after) do |groups| groups.reverse end end |