Skip to content

Spectrum 1.2.0: Simpler support for multi-threaded specs

Latest
Compare
Choose a tag to compare
@greghaskins greghaskins released this 01 Sep 13:11
· 8 commits to master since this release

This release resolves #115, where the Variable object had unexpected behavior in cases where there were multiple threads in the same test. PR #118 simplifies the implementation such that Variable and let() values can be shared across threads just like any other pointer.

With 1.2.0, using Spectrum with libraries such as Awaitility and Unirest is much more straightforward.

Thanks to @mxk1235, @bjornblomqvist, and @ashleyfrieze for help on this!

To get started using this latest release, see the quickstart walkthrough.