THIS IS A FORK

Fork from https://github.com/amplify-education/busser-serverspec which was forked from https://github.com/test-kitchen/[email protected]

Busser::RunnerPlugin::Serverspec

A Busser runner plugin for Serverspec for EOL Ruby versions < 2.3

Installation and Setup

Please read the Busser [plugin usage][plugin_usage] page for more details.

Usage

Please put test files into [COOKBOOK]/test/integration/[SUITES]/serverspec-eol/

`-- test
    `-- integration
        `-- default
            `-- serverspec-eol
                |-- Gemfile
                |-- localhost
                |   `-- httpd_spec.rb
                `-- spec_helper.rb

Gemfile is optional. You can specify installing Serverspec version and install gems you need.