Spectrum 0.7.1: Better error reporting for beforeEach and afterEach
This release includes PR #41, which is an interim fix for the scenario where an exception is thrown both in beforeEach
and afterEach
, only the afterEach
error would be reported. Thanks to @pivotal-stuart-pollock and @pjk25 for identifying the issue and submitting a fix! Now, the beforeEach
error will be visible where it wasn't before.
Full support for equivalent behavior to RSpec will be coming in a future release.
Binary and source releases for Spectrum are available on JCenter. See the getting started section in the README for installation and setup instructions.