How to Install ruby-test-unit-context in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-test-unit-context

Description:

context for the Test::Unit Ruby testing framework

This gem makes Test::Unit::TestCases 'contextable' and thus much easier to read and write. It is the implementation of 'context do ... end' from RSpec for Test::Unit.

Homepage: http://github.com/kares/test-unit-context

Version: 0.5.0-2

Section: universe/ruby