Sitemap

Gems for your Ruby on Rails application to make testing fun

4 min readFeb 4, 2022

--

Guard automates various tasks by running custom rules whenever file or directories are modified.

It’s frequently used by software developers, web designers, writers and other specialists to avoid mundane, repetitive actions and commands such as “relaunching” tools after changing source files or configurations.(https://github.com/guard/guard)

Press enter or click to view image in full size
Test output using minitest reporters

Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone.
(https://github.com/thoughtbot/shoulda-matchers)

SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby’s built-in Coverage library to gather code coverage data, but makes processing its results much easier by providing a clean API to filter, group, merge, format, and display those results, giving you a complete code coverage suite that can be set up with just a couple lines of code.
https://github.com/simplecov-ruby/simplecov

Press enter or click to view image in full size
Simplecov Report

--

--

David Übelacker
David Übelacker

Written by David Übelacker

Fullstack Developer & Software Architect | In love with Web & Mobile Applications