Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A practical guide to recording and replaying HTTP interactions in Rails tests using VCR and WebMock. Features one-line setup, configuration examples, and best practices for testing external APIs reliably.
Today I got a nifty little GitLab feature configured for our Rails project - displaying which lines...
While writing RSpec tests for a model that references User, I encountered this...
Recently, I implemented a couple of ViewComponents to display links to our app in the app stores....
I'm only seeing dots when my Ruby RSpec test suite is running. But a lot is going on in my...
Working around a nasty surprise with transactional specs
Joy of Test Driven Development(TDD) using Rspec in Ruby Prerequisites I am...