# File lib/spec/story/scenario.rb, line 7 def initialize(story, name, &body) @story = story @name = name @body = body end