Getting Familiar with RSpec in Rails
Saturday, November 5, 2022
I spent some time over the weekend getting familiar with RSpec. Gonna brain dump (with just a little bit of structure) the process and what I did and learned. To start I set up in a new rails project and kinda tweaked it into a place where I can be productive. What is RSpec though? It is a testing framwork. But it's a little different than the Minitest testing framework that ships with Rails.