Install ruby-serverspec by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-serverspec
Description:
RSpec tests for your servers configured by Puppet, Chef or anything else
With serverspec, you can write RSpec tests for checking your servers are configured correctly. . Serverspec tests your servers' actual state through SSH access, so you don't need to install any agent software on your servers and can use any configuration management tools, Puppet, Chef, CFEngine and so on.
Homepage: http://serverspec.org/
Version: 2.41.3-3
Section: universe/ruby