How to create a complex testing context in a few seconds ?
https://github.com/morissetcl/like_im_five A simple gem that generate a file with factories you need to test a specific object. It use you DB development to retrieve the object you want and all associations you need to setup the test.
Post a comment