org.jbehave.core.reporters.StoryReporter contains a scenarioMeta(Meta meta) method.
But it does not contain a method like storyMeta(Meta meta). I need to access the Meta information for the story in the StoryReporter. Was it forgotton to add that method into StoryReporter or did I overlook something (like last time when I searched for "afterStep")?
