summaryrefslogtreecommitdiff
path: root/spec/unit/mixin
Commit message (Expand)AuthorAgeFilesLines
* Fix chefstyle violations.fix-wrong-unit-testPete Higgins2020-06-051-1/+1
* Fix wrong unit test exposed by cleaning up rspec deprecations.Pete Higgins2020-06-051-9/+1
* Fix rspec warning about `not_to raise_error` with a specific exception.fix-rspec-warningPete Higgins2020-05-291-2/+2
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-4/+4
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-281-31/+25
* Fix the powershell spec to use the right methodfix_specTim Smith2020-04-271-2/+2
* Fix typo in specpowershell_exec_bangTim Smith2020-04-261-1/+1
* Add error! specTim Smith2020-04-261-0/+10
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1323-23/+23
* Add more typo fixesVivek Singh2020-04-071-1/+1
* some spec typosVivek Singh2020-04-071-3/+3
* Remove constraints on specsnuke_old_specsTim Smith2020-02-281-29/+27
* Fix chefstyle errorsJulien Huon2019-12-251-13/+13
* Add the capability to automatically renew a certificate with x509_certificate...Julien Huon2019-12-251-0/+42
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-084-13/+12
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-052-4/+4
* Style/EmptyMethodLamont Granquist2019-07-023-12/+6
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-022-2/+2
* Style/SymbolArrayLamont Granquist2019-07-024-14/+14
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-4/+4
* Improving error handling for template renderGabriel Mazetto2019-05-261-0/+45
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-22/+22
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-2/+2
* Do the shell_out deprecations for Chef-15.Lamont Granquist2018-10-261-133/+1
* Add specs for the openssl mixinTim Smith2018-08-161-11/+616
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* fix Style/UnneededInterpolationLamont Granquist2018-07-022-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-4/+4
* fix Layout/DotPositionLamont Granquist2018-07-021-14/+14
* fix Style/HashSyntaxLamont Granquist2018-07-028-162/+162
* Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-231-12/+164
|\
| * fix edge condition in old timeout APIslcg/deprecate-shell-out-methodsLamont Granquist2018-06-201-3/+3
| * deprecate old shell_out APIsLamont Granquist2018-06-191-12/+164
* | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-201-118/+120
|\ \ | |/
| * fix infinite recursion and add more testsLamont Granquist2018-06-181-101/+103
| * Unification of shell_out APIsLamont Granquist2018-06-151-26/+26
* | Fix up tests for appveyorStuart Preston2018-06-191-1/+1
|/
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-0/+60
* add internal flag to shell_out and execute resourceLamont Granquist2018-05-251-1/+1
* Update to the code from the homebrew 9.0 cookbookTim Smith2018-03-201-5/+1
* Adding appveyor configuration for testing PowerShell interopStuart Preston2018-03-071-0/+43
* Implement RFC 101: Custom Validation MessagesThom May2018-02-121-1/+12
* Add `introduced` property fieldThom May2018-02-121-1/+5
* properties can have descriptionsThom May2018-02-121-2/+8
* Rename the OpenSSL mixin to avoid name conflictsTim Smith2018-01-221-3/+3
* Add tests for the mixinTim Smith2018-01-051-0/+252
* fixup some unit testslcg/deep-merge-cache-rewriteLamont Granquist2017-12-061-6/+7
* Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-191-2/+1