Method: Feature#story

Defined in:
lib/feature.rb

#storyObject



21
22
23
# File 'lib/feature.rb', line 21

def story
  body.split(/#{scenario_keyword}/)[0].split(/#{keyword}\s#{title}/).join(" ").strip
end