Method: RSpecStepwise::ClassMethods#run_before_step

Defined in:
lib/two-step/stepwise.rb

#run_before_step(example) ⇒ Object



154
155
156
# File 'lib/two-step/stepwise.rb', line 154

def run_before_step(example)
  run_step(example, :before)
end