Synthesis 0.0.3
Synthesis
version 0.0.3 has been released -
sudo gem update
should do the trick for updating to the new version.
New in this release: More meaningful reporting. When the Synthesis task fails, it will report the file name and line number of the tested/untested expectations. Unfortunately, some of the reporting doesn't work as intended with the Expectations adapter at the moment.
Also, fixed a bug where, during expectation verification, Synthesis was redefining the same method more than once causing a stack overflow.