Looking for a gem which uses rspec for testing and tests need to deal with database

Let’s say that I develop a gem which adds a new method to
ActiveRecord . Now I want to test this method using rspec. I am able
to get started but not sure where to put the database.yml for testing
purpose.

I was wondering if there is a gem out there which uses rspec for
testing and has to interact to database for testing.

Thanks

How about vestal_versions?

I found it by going to Ruby Toolbox, and looking at the
ActiveRecord-related
gems.

Good luck!
Nick

Thank you Nick. That’s exactly what I was looking for.

Also I keep forgetting about ruby-toolbox.com so thanks for pointing
that out too.