These are my longer essays. I’ve written 211 so far.
Why Do I Have to Use the Factorybot Gem, Again?
The FactoryBot gem, previously known as FactoryGirl, is ubiquitous in Ruby and Ruby on Rails testing. If you aren’t familiar with it, you might be wondering, what’s the point? Wouldn’t it be simpler to just build objects myself? ...