jgaskins / perpetuity

Persistence gem for Ruby objects using the Data Mapper pattern
http://jgaskins.org/blog/2012/04/20/data-mapper-vs-active-record/
MIT License
250 stars 14 forks source link

Update README with details on running tests. #39

Closed booch closed 10 years ago

booch commented 10 years ago

I had some difficulty figuring out what I needed to run the tests, so I updated the docs with what I discovered.

jgaskins commented 10 years ago

I've been meaning to get to some documentation to work on Perpetuity (and especially to be able to write adapters). I set it up so that you can run the specs with rake, because at the time that was about all you could do for Travis CI.

Gonna go ahead and merge this in and make a note to improve docs.