Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e64a7fbcbe6d
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6d34fe0afd4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 5, 2015

  1. Squashed 'spec/mspec/' changes from 6569203..33cc542

    33cc542 Keep the progress line at the end for the spinner formatter.
    
    git-subtree-dir: spec/mspec
    git-subtree-split: 33cc542c619f27af993986478982ea3854dbdb38
    eregon committed Jun 5, 2015
    Copy the full SHA
    3584ce8 View commit details
  2. Copy the full SHA
    c6d34fe View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 spec/mspec/lib/mspec/runner/formatters/spinner.rb
1 change: 0 additions & 1 deletion spec/mspec/lib/mspec/runner/formatters/spinner.rb
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ def after(state)
end

def finish
clear_progress_line
# We already printed the exceptions
@exceptions = []
super