class Spec::Story::Runner::StoryMediator::Step

def initialize(type, name)

def initialize(type, name)
  @type = type
  @name = name
end