
Why I Switched from RSpec to Minitest (Rails Default)
The Industry Standard If you’ve been in the Rails ecosystem for a while, RSpec is likely...
Tag archive

The Industry Standard If you’ve been in the Rails ecosystem for a while, RSpec is likely...

Explore how channels and the at_exit hook affect logging in Crystal Minitest. Discover why AsyncDispatcher fails during tests and learn the best practices for reliable logging.

Here's a quick bite for those using result monads provided by dry-monads to code workflows and test...
When we want to do something repeatedly, we use loops. There are many ways to create loops in Ruby,...
Ruby is an Object-Oriented Programming (OOP) language, which means that (almost) everything we...

This article is an attempt to teach the basics of Ruby and TDD (with Minitest) at the same...
Today I was writing some tests and dug into a little bit of ViewComponent and Capybara. Most of time...
July 11, 2024 | 10:36 pm Link to my app: https://github.com/dgarcia13-99/Coffee-order-app For the...
Part 2 - Setup the test environment with minitest/spec and rack-test Recap This...
Minitest, a testing framework included with Ruby, is used to validate that our code behaves as...
I have a job that does only one thing: it runs this method def perform ...
How to login with Sorcery, Rails 7 and minitest integration tests.