How to complete the rspec put controller test from scaffold
Ok so this is how I do, I don’t pretend to strictly follow the best practices, but I focus on precision of my tests, clarity of my code, and fast execution of my suite. So let take example of a UserController 1- I do not use FactoryGirl to define the attributes to post to my … Read more