Fix exit code when tests fail

This commit is contained in:
Michael Miller 2021-01-30 20:11:09 -07:00
parent 9743f37e5c
commit 228696c8b0
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -68,7 +68,6 @@ module Spectator
DSL::Builder.config = config
spec = DSL::Builder.build
spec.run(config.example_filter)
true
rescue ex
# Catch all unhandled exceptions here.
# Examples are already wrapped, so any exceptions they throw are caught.