I create a basic Rails 5 application, add an scaffold and create some basic tests on the model. I use RSpec for the test environment, Factory Girl for the factories and Faker to generate some test data. Ready? Let’s go!. Step 1. Prepare the basic infrastructure I’am using RVM to keep the Rails’ versions under control, […]