Mar 10 2008

Synthesis 0.0.7

The prominent feature for this release is support for RSpec. Synthesis now has an RSpec adapter which will work with RSpec mocks in specs.

The Synthesis Rake task for use with specs will look something like:

Synthesis::Task.new do |t|
  t.adapter = :rspec
  t.pattern = 'spec/**/*_spec.rb'
end