# File lib/protest/stories.rb, line 71 def report(text, &block) @scenario.steps << text silent(&block) if block_given? end