Articles by Tag #minitest

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Learn TDD with Ruby - Objects, Methods and Integers

Ruby is an Object-Oriented Programming (OOP) language, which means that (almost) everything we...

Learn More 7 1Sep 11 '24

Learn TDD with Ruby - Hello, World

This article is an attempt to teach the basics of Ruby and TDD (with Minitest) at the same...

Learn More 6 1Aug 27 '24

Learn TDD with Ruby - Loops, Blocks and Strings

When we want to do something repeatedly, we use loops. There are many ways to create loops in Ruby,...

Learn More 3 0Oct 24 '24

Testing ViewComponent w/ Capybara

Today I was writing some tests and dug into a little bit of ViewComponent and Capybara. Most of time...

Learn More 2 0Aug 20 '24

Command Line Interface Project

July 11, 2024 | 10:36 pm Link to my app: https://github.com/dgarcia13-99/Coffee-order-app For the...

Learn More 1 2Jul 12 '24

Mini Monads

Here's a quick bite for those using result monads provided by dry-monads to code workflows and test...

Learn More 0 0Jan 30