Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle hook output appropriately in the Pretty formatter #738

Merged
merged 3 commits into from Sep 14, 2014

Commits on Sep 14, 2014

  1. Copy the full SHA
    b8c52c3 View commit details
    Browse the repository at this point in the history
  2. Fix the Pretty formatters handling out hook output

    For the Pretty formatter it is important that the output (puts) from
    After/AfterStep hook arrive before the call to after_table_row, and
    that the exceptions from from After/AfterStep hooks arrive after the
    call to after_table_row.
    brasmusson committed Sep 14, 2014
    Copy the full SHA
    af940a8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66c9c82 View commit details
    Browse the repository at this point in the history