kitchen-pester
kitchen-pester copied to clipboard
A Test Kitchen driver to execute Pester as a verifier
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
- Release gem to GitHub - Bumps version using please-release - Use the standard Rakefile Remove changelog generator and docs that we are no longer using
Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version. Changelog Sourced from minitest's changelog. === 5.18.0 / 2023-03-04 2 major enhancements: Added assert_pattern & refute_pattern for pattern matching. (flavorjones)...
## :ghost: Brief Description While I am working on my test suites, it is not uncommon for me to run multiple `kitchen verify` commands in succession with changes between them....
Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. Changelog Sourced from mocha's changelog. 2.0.0 External changes Remove support for Ruby v1.9 - thanks to @wasabigeek (#552) Support strict...
Updates the requirements on [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) to permit the latest version. Release notes Sourced from pry-byebug's releases. 3.10.1 Fixed Rails console loading a debugger REPL instead of the standard Pry REPL...
## :ghost: Brief Description When providing a custom `pester_configuration` to the verifier, this _almost_ entirely replaces the default configuration defined by the verifier. Select values from the default hash are...
## :ghost: Brief Description When using option `remove_builtin_pester: true`, the built-in Pester (`3.4.0`) does not get removed during a `kitchen verify`. ## Version kitchen-pester `1.0.0` ## Environment ChefDK 3.13.1 on...
## :ghost: Brief Description AppVeyor builds are failing completely due to a missing path. ## Version Current latest commit. ## Environment Looks like we're running against a Win2012R2 client in...
Following up on #64, quite a bit of functionality was changed and existing tests didn't really cut it - the basic ones we had didn't do a great deal anyway....