Skip to content

Commit

Permalink
fix crash by returning after notify_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Feb 1, 2015
1 parent 42fb4b7 commit 04a79b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/guard/rspec/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def _process_run_result(result, all)
summary, failed_paths = _command_output
unless summary && failed_paths
notifier.notify_failure
return
end

inspector.failed(failed_paths)
Expand Down

0 comments on commit 04a79b5

Please sign in to comment.