rspec-system-serverspec
rspec-system-serverspec is a Serverspec plugin for rspec-system. The purpose is to provide the ability to use Serverspec matchers in rspec-system tests.
Quick Start
- Have a module that is configured to use rspec-system
- Add the
rspec-system-serverspecgem to your module'sGemfile - Add the following line to your
spec/spec_helper_system.rbfile:
require 'rspec-system-serverspec/helpers'