How to Install ruby-rspec-its in Ubuntu 18.04



Install ruby-rspec-its by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-rspec-its

Description:

attribute matching extension for the RSpec BDD framework

RSpec is a behaviour driven development framework for Ruby, provided by the ruby-rspec package. . The "its" method, formerly part of rspec-core before version 3, provides a short-hand to specify the expected value of an attribute. It is now distributed independently, and available in this package.

Homepage: https://github.com/rspec/rspec-its

Version: 1.2.0-3

Section: universe/ruby