Install ruby-riot by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-riot
Description:
fast, expressive, and context-driven unit-testing framework for Ruby
Riot is a fast, expressive, and context-driven unit-testing framework for the Ruby programming language. . In contrast to other popular Ruby testing frameworks such as Test::Unit, Shoulda and RSpec, Riot does not run a setup and teardown sequence before and after each test. In Riot, tests separated in "contexts" in which a "topic" object is defined, and assertions on this object are made.
Homepage: http://github.com/thumblemonks/riot
Version: 0.12.7-1
Section: universe/ruby