# File lib/protest/stories.rb, line 119 def quote(text) "“#{text}”" end
# File lib/protest/stories.rb, line 87 def report_for(action, &block) define_method(action) do |*args| @scenario.steps << block.call(*args) super(*args) end end
# File lib/protest/stories.rb, line 119 def quote(text) "“#{text}”" end
# File lib/protest/stories.rb, line 87 def report_for(action, &block) define_method(action) do |*args| @scenario.steps << block.call(*args) super(*args) end end