method
new
1.1.12 -
Show latest stable
- Class:
Spec::Story::Scenario
new(story, name, &body)public
No documentation available.
# File lib/spec/story/scenario.rb, line 7
def initialize(story, name, &body)
@story = story
@name = name
@body = body
end