Setting up Rspec testing for Rails 5
Setting things up always seem to take different paths for different people. Here’s the steps I took to get it right for Rails 5. I’m mostly following along EverydayRails’ guide to testing here, but I had to troubleshoot and do some things differently.