On 16 March 2011 12:15, Sid Wood <sidwood2 at gmail.com>
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:
https://github.com/oneclickorgs/one-click-orgs/tree/v0.5.x
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