summaryrefslogtreecommitdiff
path: root/spec/unit/mixin
Commit message (Expand)AuthorAgeFilesLines
* Add unit and integration testing back to omnibus testersLamont Granquist2020-08-171-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-032-34/+34
* add a more useful test.Lamont Granquist2020-07-241-0/+8
* Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-222-21/+21
* fix shell_out specs to use an instance everywhere.Lamont Granquist2020-07-211-25/+24
* Update to Chefstyle 1.2 + some fixeschefstyle12Tim Smith2020-07-141-1/+0
* Fix `powershell_exec!` test.fix-powershell_exec-bang-testPete Higgins2020-07-071-1/+1
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-4/+2
|\
| * Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-4/+2
* | Fix some odd whitespacing in tests.Pete Higgins2020-06-244-6/+6
|/
* 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