Module: Test::Unit::Assertions
- Defined in:
- lib/stories/runner.rb
Instance Method Summary collapse
Instance Method Details
#report(text, &block) ⇒ Object
38 39 40 41 |
# File 'lib/stories/runner.rb', line 38 def report(text, &block) @scenario.steps << text silent(&block) if block_given? end |