Archive for February, 2008

Synthesis 0.0.5

Tuesday, February 5th, 2008

With version 0.0.5, Synthesis fixes a couple of bugs and adds support for dynamically defined with method_missing (e.g. Active Record dynamic finders) magic methods.

Thanks to Ola for the tips and advice.

Synthesis 0.0.3

Sunday, February 3rd, 2008

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.

Queueue version 0.0.5

Sunday, February 3rd, 2008

Update: Version 0.0.6 is out, cleaning up after 0.0.5.

A new version of Queueue, 0.0.5, is out.

It is different to previous Queueue versions in that it now uses Sinatra instead of its old, hand crafted dispatcher. There are two reasons behind using Sinatra. One, the dispatch code is now much cleaner. Two, I wanted Queueue to support the Rack interface and Sinatra is built on top of Rack.

Expect everything else to behave the same as the previous release of Queueue.