Module: Test::Storyteller::ClassMethods

Defined in:
lib/storyteller.rb

Instance Method Summary collapse

Instance Method Details

#story(story = nil) ⇒ Object



45
46
47
48
# File 'lib/storyteller.rb', line 45

def story(story=nil)
  @story = story if story
  @story
end