RSpec & DataMapper Open Source Projects?

Hi there,

Does anyone know of any open source projects that are using RSpec and
DataMapper together that I can dissect?

Thanks.

Sid

On 16 March 2011 12:15, Sid W. [email protected] wrote:

Does anyone know of any open source projects that are using RSpec and
DataMapper together that I can dissect?

A project I work on, One Click Orgs, was using Merb + DataMapper with
RSpec and Machinist. We’ve since migrated to Rails with ActiveRecord,
but if you checkout our v0.5.x branch:

then you’ll get the old Merb app.

I wouldn’t say it’s the most thoroughly or expertly spec’d piece of
code out there, but perhaps it’s a start?

Chris