How to Install and Uninstall rubygem-shoulda-context.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "rubygem-shoulda-context.noarch" package

Learn how to install rubygem-shoulda-context.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-shoulda-context.noarch

2. Uninstall "rubygem-shoulda-context.noarch" package

Here is a brief guide to show you how to uninstall rubygem-shoulda-context.noarch on Fedora 34:

$ sudo dnf remove rubygem-shoulda-context.noarch $ sudo dnf autoremove

3. Information about the rubygem-shoulda-context.noarch package on Fedora 34

Last metadata expiration check: 3:41:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-shoulda-context
Version : 1.2.2
Release : 9.fc34
Architecture : noarch
Size : 19 k
Source : rubygem-shoulda-context-1.2.2-9.fc34.src.rpm
Repository : fedora
Summary : Context framework extracted from Shoulda
URL : https://github.com/thoughtbot/shoulda-context
License : MIT
Description : Shoulda's contexts make it easy to write understandable and maintainable
: tests for Test::Unit. It's fully compatible with your existing tests in
: Test::Unit, and requires no retooling to use.
:
: Refer to the shoulda gem if you want to know more about using shoulda
: with Rails or RSpec.