summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Remove other top-level methods defined in tests and do a little cleanup.other-test-cleanupPete Higgins2020-06-243-52/+49
* Fix some odd whitespacing in tests.Pete Higgins2020-06-2420-59/+59
* Remove another top-level method from the test suite.Pete Higgins2020-06-241-22/+6
* Merge pull request #10021 from chef/cspell_common_dictTim Smith2020-06-231-1/+0
|\
| * Fix more typosTim Smith2020-06-231-1/+0
* | fix role unit specs for windowsLamont Granquist2020-06-231-21/+23
* | try to fix the windows selinux unit testsLamont Granquist2020-06-231-0/+1
|/
* Add rubular link for regex in test.fix-diff-testsPete Higgins2020-06-231-0/+1
* Update the regex that was scrubbing OS specific strings.Pete Higgins2020-06-231-1/+1
* More aggressively deprecate config_valueLamont Granquist2020-06-221-0/+1
* Merge pull request #10000 from chef/resource-umask-propertyTim Smith2020-06-171-0/+52
|\
| * Cleanup test, add failsafe reset.Pete Higgins2020-06-161-10/+11
| * Fix chefstyle violation.Pete Higgins2020-06-161-1/+1
| * Add a umask property for resources.Pete Higgins2020-06-161-0/+51
* | Silence exception output in threaded test.Pete Higgins2020-06-161-0/+9
|/
* Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-153-52/+16
|\
| * Moved all the constants together.antima-gupta2020-06-101-1/+0
| * removed cron helper filesantima-gupta2020-06-101-31/+0
| * Added cron_shared partial.antima-gupta2020-06-101-6/+9
| * Added freeze for WEEKDAYS constant.antima-gupta2020-06-101-1/+1
| * Fixed cron resource weekday property.antima-gupta2020-06-104-46/+39
* | Merge pull request #9980 from chef-davin/windows_audit_policyTim Smith2020-06-151-0/+64
|\ \
| * | updates for chefstyle and spellcheck errorsDavin Taddeo2020-06-151-1/+0
| * | missed commiting the reference to the full chain to reference the WIN_AUDIT_S...Davin Taddeo2020-06-151-1/+1
| * | still not sure if I'm calling this constant right... if this doesn't work, I ...Davin Taddeo2020-06-151-1/+1
| * | hoping this fixes my uninitialized constant issueDavin Taddeo2020-06-151-0/+1
| * | Updated code to reflect feedback from @phigginsDavin Taddeo2020-06-151-72/+10
| * | Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-152-2/+2
| |\ \
| * \ \ Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-111-1/+1
| |\ \ \
| * | | | chefstyle and spellcheck fixes.Davin Taddeo2020-06-111-1/+1
| * | | | fixing a lot more :facepalm: copy/paste errors.Davin Taddeo2020-06-111-4/+4
| * | | | Create windows_audit_policy resource and some unit tests for it.Davin Taddeo2020-06-101-0/+126
| | |_|/ | |/| |
* | | | Merge pull request #9963 from ramereth/fix-chef-apply-enforce_licenseTim Smith2020-06-151-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-081-0/+7
* | | | Merge pull request #9989 from chef/matchTim Smith2020-06-141-1/+1
|\ \ \ \
| * | | | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
| | |_|/ | |/| |
* | | | Add kitchen tests for snapdPhil Dibowitz2020-06-141-1/+1
|/ / /
* | | Fix a test to silence an rspec warning.cleanup-resource-inheritancePete Higgins2020-06-101-1/+1
| |/ |/|
* | Warn during bootstrapping when using validation keyswarn_on_validator_bootstrapTim Smith2020-06-091-2/+2
|/
* Merge pull request #9952 from chef/Snehal/Github-#333_knife_vault_on_windows_...Tim Smith2020-06-081-1/+1
|\
| * Updated exception messageSnehal/Github-#333_knife_vault_on_windows_10_failssnehaldwivedi2020-06-051-1/+1
| * Updated exception message Chef::Exceptions::InvalidDataBagPathsnehaldwivedi2020-06-041-1/+1
* | 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
* | Merge pull request #9920 from chef-davin/masterTim Smith2020-06-051-5/+15
|\ \
| * | Modify my fixes for the windows unit tests so that I don't break all the Linu...Davin Taddeo2020-06-031-4/+4
| * | unit test updates for chef_client_scheduled taskDavin Taddeo2020-06-031-5/+15
* | | Merge pull request #9932 from chef/script-resources-use-pipesTim Smith2020-06-054-170/+163
|\ \ \
| * | | Fix chefstyle.script-resources-use-pipesPete Higgins2020-06-031-2/+2
| * | | Adapt old tests from Script provider to Batch provider.Pete Higgins2020-06-031-0/+130