No release in over a year
A fork for busser-serverspec for supporting EOL Ruby versions 2.3 and ChefDK 3.0
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.6.1
>= 0
= 1.3.18
~> 0.3.0

Runtime

 Project Readme

THIS IS A FORK

Forked from busser-serverspec@0.5.10

Busser::RunnerPlugin::ServerspecChefdk30

A Busser runner plugin for Serverspec for EOL Ruby versions 2.3 and ChefDK 3.0 due to the following breaking change from the bundler gem:

Breaking changes:

  • Drop support for Ruby 2.3, 2.4, 2.5 and RubyGems 2.5, 2.6, 2.7 #6107

Installation and Setup

You can manually install it using busser CLI

busser plugin install serverspec_chefdk30

If you are using this part of a test-kitchen test suite, there is no need to install anything, naming your folders properly will be enough for busser to automatically install it.

Usage

Please put test files into [COOKBOOK]/test/integration/[SUITES]/serverspec_chefdk30/...

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

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