How using this popular RSpec technique can sometimes do more harm than good.
Stability can become an issue as web applications evolve and grow –...
Fast tests mean a fast feedback loop when doing TDD. Let’s make our tests...
The Four-Phase Test is a
testing pattern, applicable to all programming...
Way back in mid-2007, when Rails 1.2 was the new hotness and GitHub was still...
Have you ever added a seemingly innocent validation to a model, like so:...
Draper is a handy new gem for extracting
logic normally held in helpers and...
Josh Clayton recently posted about Mind Bending
Factories
– demonstrating...
I decided to get more familiar with integration testing iOS applications. In...
People often forget that FactoryBot1 is just using Ruby to instantiate...