summaryrefslogtreecommitdiff
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10279 from chef/remove-instance-variable-from-shared-contextTim Smith2020-08-073-18/+22
|\
| * Clean up some interdependencies in script resource tests.Pete Higgins2020-08-073-18/+22
* | Remove an unnecessary shared_context.Pete Higgins2020-08-071-118/+113
|/
* Simplify property definition.Pete Higgins2020-08-071-18/+1
* Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-031-0/+233
* Merge pull request #9820 from MsysTechnologiesllc/dh/fix_feature_install_when...Tim Smith2020-07-311-4/+30
|\
| * additional testsdheerajd-msys2020-07-311-0/+20
| * tests addeddheerajd-msys2020-07-301-0/+10
| * Fix install features when install state is removeddheerajd-msys2020-05-071-4/+0
* | eql -> eq in the specsTim Smith2020-07-211-17/+17
* | Update spec/unit/resource/macos_user_defaults_spec.rb Tim Smith2020-07-211-1/+1
* | Make sure we can compare keys in dictsTim Smith2020-07-211-0/+5
* | Add spec for dict valuesTim Smith2020-07-201-0/+5
* | Add specs and squash bugs that showed upTim Smith2020-07-201-7/+32
* | Avoid failures if the host was named "current" and add some more testsTim Smith2020-07-201-1/+33
* | Add specs for defaults_export_cmdTim Smith2020-07-201-0/+22
* | Test the default property valuesTim Smith2020-07-201-0/+12
* | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-151-0/+10
|\ \
| * | Fix execute resource with integer user parameter.Pete Higgins2020-07-131-0/+10
* | | fix the name of the windows_firewall_profile spec.Davin Taddeo2020-07-101-16/+16
* | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-101-0/+1
|\ \ \ | |/ /
| * | Update test for Windows package installer_type since the resource behavior ch...Pete Higgins2020-07-071-0/+1
* | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-023-12/+32
|\ \ \ | |/ /
| * | Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-263-12/+32
* | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-06-202-3/+7
|\ \ \ | |/ /
| * | Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-152-3/+7
| |\ \
| | * | removed cron helper filesantima-gupta2020-06-101-31/+0
| | * | Added freeze for WEEKDAYS constant.antima-gupta2020-06-101-1/+1
| | * | Fixed cron resource weekday property.antima-gupta2020-06-103-3/+38
* | | | unit test fix and chefstyle fixesDavin Taddeo2020-06-151-10/+10
* | | | here's a rewrite that's hopefully more inline with what @tas50 was thinking i...Davin Taddeo2020-06-151-31/+24
* | | | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-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-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
| | |/ / | |/| |
* | | | Fix a description and hopefully fix a unit test typoDavin Taddeo2020-06-151-1/+1
* | | | fix some unit tests and remove nexted ternary operators to make chefstyle hap...Davin Taddeo2020-06-151-9/+9
* | | | fix the spec file to fix unit tests by making rspec happy. fix some spellchec...Davin Taddeo2020-06-151-5/+1
* | | | push windows_firewall_profile resource to open a PR with.Davin Taddeo2020-06-151-0/+88
| |/ / |/| |
* | | Fix a test to silence an rspec warning.cleanup-resource-inheritancePete Higgins2020-06-101-1/+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-051-15/+10
|\ \ \