summaryrefslogtreecommitdiff
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* Add additional property coerce specs to mountmount_specTim Smith2020-11-111-3/+17
* Fixed chefstyle spec failure.antima-gupta2020-11-111-1/+1
* Fixed spec failure when mount_point property is not set.antima-gupta2020-11-111-2/+1
* Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-301-20/+20
|\
| * convert most internal powershell_out to powershell_execmwrock2020-10-281-20/+20
* | Simplify regexes by removing extra character classesTim Smith2020-10-301-1/+1
* | Fix specTim Smith2020-10-281-1/+1
* | Remove support for nexentacore which has been dead since 2012Tim Smith2020-10-281-10/+8
|/
* Merge pull request #10494 from chef/refactor-resource-guard-interpreterTim Smith2020-10-191-74/+4
|\
| * Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-161-74/+4
* | Remove unit tests for ancient Debian / UbuntuTim Smith2020-10-191-10/+2
|/
* Chefstyle fixTim Smith2020-10-131-1/+1
* Move some of the erb logic into the resourceTim Smith2020-10-131-6/+12
* chef_client_config resourceTim Smith2020-10-121-0/+131
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-2/+2
* Fix xml parsing specTim Smith2020-09-171-1/+67
* Allow users to take a String as wellTim Smith2020-09-111-2/+7
* Simplify validation and add some unit testsTim Smith2020-09-111-0/+20
* Add initial unit testTim Smith2020-09-112-1/+31
* Add system_name property to rhsm_register resourceJason Barnett2020-09-101-0/+30
* Allow cpu_quota values > 100Tim Smith2020-09-091-1/+1
* Stop using grep to parse textfaster_rhsmTim Smith2020-09-081-18/+26
* chef_client_systemd_timer: Add the ability to set CPUQuota on the chef-client...Tim Smith2020-09-031-1/+36
* Use bash to run sleep/chef-client in chef_client_launchdclient_updatesTim Smith2020-08-271-5/+5
* Fix specs on windowsTim Smith2020-08-271-1/+1
* Add splay property to chef_client_launchdTim Smith2020-08-271-17/+45
* Rename the cron_command method for easier diffingTim Smith2020-08-271-19/+19
* Merge pull request #10357 from chef/better_launchd_propertiesTim Smith2020-08-261-0/+22
|\
| * Rename the spec fileTim Smith2020-08-261-0/+0
| * Improve input handling and validation in chef_client_launchdbetter_launchd_propertiesTim Smith2020-08-261-0/+22
* | Merge pull request #10358 from chef/add_back_niceTim Smith2020-08-261-0/+21
|\ \
| * | Add back nice functionality to chef_client_cronTim Smith2020-08-261-0/+21
| |/
* | Validate nice values in the launchd resourceTim Smith2020-08-261-0/+8
|/
* Add initial take at chef_client_launchdTim Smith2020-08-251-0/+77
* Chefstyle fixTim Smith2020-08-191-2/+2
* Add basic unit test of properties and the helper methodTim Smith2020-08-191-0/+54
* Fix spec describe namesTim Smith2020-08-191-4/+4
* Rename method to match othersTim Smith2020-08-181-3/+3
* Match on the specific error messageTim Smith2020-08-181-1/+1
* Use .error? and make sure not to raise too earlyTim Smith2020-08-181-2/+2
* Make sure to not raise too earlytimezoneTim Smith2020-08-181-2/+2
* Add a spec for the legacy RHEL state loadingTim Smith2020-08-181-0/+8
* Add spec for windows as wellTim Smith2020-08-181-3/+14
* Add some specs for the methods to load stateTim Smith2020-08-181-0/+44
* fix unit testlcg/fix-removing-nonexistent-profileLamont Granquist2020-08-181-1/+1
* 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