How to Install and Uninstall ruby-zentest Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "ruby-zentest" package

Please follow the steps below to install ruby-zentest on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-zentest

2. Uninstall "ruby-zentest" package

Learn how to uninstall ruby-zentest on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-zentest $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-zentest package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-zentest
Architecture: all
Version: 4.11.0-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 178
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-zentest/ruby-zentest_4.11.0-2_all.deb
Size: 59552
MD5sum: 2a2e98816a66a082c6085d61ae8ac1c7
SHA1: 595013b52aabd37a34e6ebc6ffc4b13ea943c8cf
SHA256: 74d15e973a818dac92035ec2993e45d64512d7642abf355a4f627b3ea2ab01cb
SHA512: 6f10c462a672c23ef55db6ab58cf910e1f4fd7babcde4f15d05d444d694a3454eb66b8489f0a0f3c94c4c996e39f6428aeab2d912830f606df51633f40762d7d
Homepage: https://github.com/seattlerb/zentest
Description-en: ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby
zentest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker pace.
zentest only works with Ruby and Minitest or Test::Unit. There is
enough evidence to show that this is still proving useful to users, so
it stays.
.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
Do note that minitest 2.2+ provides an enhanced assert_equal obviating
the need for unit_diff
.
autotest is a continuous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
.
multiruby runs anything you want on multiple versions of ruby. Great
for compatibility checking! Use multiruby_setup to manage your
installed versions.
Description-md5: ff721d5c8232819bbac79fc87d79afbe
Ruby-Versions: all