Flowdock
method

steps

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Spec::Story::StepGroup
steps(&block) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/story/step_group.rb, line 13
      def self.steps(&block)
        @step_group ||= StepGroup.new(false)
        @step_group.instance_eval(&block) if block
        @step_group
      end
Register or log in to add new notes.