JamJar
JamJar dynamically creates SQLite-backed, in memory, ActiveRecord models to help you test your ActiveRecord extensions.
Installation
Add this line to your application's Gemfile:
gem "jamjar"
And then execute:
$ bundle
Usage
TODO
Contributing
- Fork it
- Create a branch (
git checkout -b super-foo) - Add your feature and specs.
- Commit your changes (
git commit -am 'Extra-super foo-matic.') - Push to the branch (
git push origin super-foo) - Create new Pull Request