This repository is for testing only. It will contain several tests of patterns to use when developing using rails and best practices on testing using rspec. In the end, this repo will be an example of best practices and good patterns to use.
- Make ActiveRecord::Base models lighter and with less responsabilities.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

