How to Install ruby-test-unit in Ubuntu 18.04



Install ruby-test-unit by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-test-unit

Description:

unit testing framework for Ruby

Test::Unit (test-unit) is a unit testing framework for Ruby, based on xUnit principles. It allows writing tests, checking results and automated testing in Ruby. . Note that this version of Test::Unit will override the one possibly shipped with the Ruby interpreter.

Homepage: http://test-unit.github.io/

Version: 3.2.5-1

Section: ruby