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

Last updated: October 06,2024

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

This guide covers the steps necessary to install rubygem-shoulda-context.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall rubygem-shoulda-context.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:27:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-shoulda-context
Version : 1.2.2
Release : 10.fc35
Architecture : noarch
Size : 19 k
Source : rubygem-shoulda-context-1.2.2-10.fc35.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.