-
Static attributes have been the source of much confusion over the years. Their deprecation will come with a rubocop-rspec Cop to automatically replace with dynamic attributes.
-
factory_girl is becoming factory_bot.
-
Your test suite used to be lightning fast but now it’s starting to feel a bit sluggish. Before adding CI parallelization, let’s see if there’s any clutter to remove.
-
Exploring how to use FactoryGirl effectively with models backed by plain Ruby objects.
-
Keep it simple.
-
Learn one simple way to speed up your tests with the factory_girl gem!
-
Occasionally, somebody recommends or asks about using FactoryGirl to generate...
-
There are times in your tests when you need to create multiple instances of...
-
Have you ever added a seemingly innocent validation to a model, like so:...
-
For almost three years now, FactoryGirl has provided developers using...