summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Namespace ResourceInspector to avoid conflicts with Inspec's.Pete Higgins2020-11-021-3/+3
* Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-302-22/+21
|\
| * convert most internal powershell_out to powershell_execmwrock2020-10-282-22/+21
* | Simplify regexes by removing extra character classesTim Smith2020-10-303-6/+6
* | Remove the provider_resolver specs that are not helpfulnuke_specsTim Smith2020-10-291-877/+0
* | Fix specTim Smith2020-10-281-1/+1
* | Remove opensolaris as wellTim Smith2020-10-281-5/+1
* | Remove support for nexentacore which has been dead since 2012Tim Smith2020-10-282-15/+9
|/
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-281-0/+30
* Merge repetitive conditionalsTim Smith2020-10-271-1/+1
* missing fixesLamont Granquist2020-10-262-3/+3
* Final batch of unified_mode providersLamont Granquist2020-10-264-50/+30
* Remove an empty before block in a specTim Smith2020-10-261-3/+0
* ensure powershell_package commands are run with tls 1.2mwrock2020-10-201-95/+87
* Merge pull request #10494 from chef/refactor-resource-guard-interpreterTim Smith2020-10-192-85/+15
|\
| * Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-162-85/+15
* | Remove unit tests for ancient Debian / UbuntuTim Smith2020-10-191-10/+2
* | Remove test for old monkeypatch.Pete Higgins2020-10-161-34/+0
|/
* Merge pull request #10365 from chef/chef_configTim Smith2020-10-131-0/+137
|\
| * 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
* | provide powershell_exec functionality on x86ps_exec_x86mwrock2020-10-091-1/+1
|/
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-072-2/+13
* fix specs on powershell v4 and belowmwrock2020-10-051-6/+6
* Merge pull request #10476 from chef/exec_coreTim Smith2020-10-051-2/+39
|\
| * add interpreter arg to powershell_exec allowing it to run powershell coremwrock2020-10-011-2/+39
* | add interpreter arg to powershell_out allowing it to call pwsh.exemwrock2020-10-011-0/+14
|/
* Remove unncessary test state.remove-unnecessary-config-setting-in-testPete Higgins2020-09-251-4/+0
* Pull in the new tty-table to unlock new license-acceptancetty-tableTim Smith2020-09-202-2/+2
* Fix xml parsing specTim Smith2020-09-171-1/+67
* Merge pull request #10438 from chef/speedup_specsTim Smith2020-09-161-1/+1
|\
| * Speed up a openssl helper specsspeedup_specsTim Smith2020-09-161-1/+1
* | Update the spec for the new behaviorTim Smith2020-09-161-2/+1
|/
* Update spec/unit/train_transport_spec.rbLamont Granquist2020-09-151-1/+1
* Move TrainTransport to ChefConfigLamont Granquist2020-09-151-13/+14
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* 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
* Merge pull request #10401 from chef/fileTim Smith2020-09-098-17/+17
|\
| * Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-098-17/+17
* | Allow cpu_quota values > 100Tim Smith2020-09-091-1/+1
|/
* Merge pull request #10370 from chef/remove_loopsTim Smith2020-09-091-2/+0
|\
| * Remove a redundant spec loopremove_loopsTim Smith2020-09-081-2/+0
* | Mock File.expand_path to fix window C:/ dir appended in absolute pathVivek Singh2020-09-091-0/+1
|/
* Merge pull request #10395 from chef/faster_rhsmTim Smith2020-09-081-18/+26
|\