Methods
Attributes
| [RW] | body | |
| [RW] | name | |
| [RW] | story |
Public Class methods
[ show source ]
# File lib/spec/story/scenario.rb, line 7
7: def initialize(story, name, &body)
8: @story = story
9: @name = name
10: @body = body
11: end