summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Return empty hash from brew_info and avoid a bunch of nil checksmulti_packageTim Smith2020-04-171-5/+5
* Properly handle unavailable packagesTim Smith2020-04-171-0/+10
* Remove some empty specs I left behindTim Smith2020-04-171-38/+1
* Fix the upgrade action specsTim Smith2020-04-171-25/+20
* Test install / remove / purge actionsTim Smith2020-04-171-39/+68
* Update specs for brew_cmd_outputTim Smith2020-04-161-4/+4
* Add specs for available versionTim Smith2020-04-161-0/+12
* Update specs for brew_info and installed_versionTim Smith2020-04-161-93/+193
* Fix the load_current_resource specsTim Smith2020-04-161-17/+13
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1387-87/+87
* Add more typo fixesVivek Singh2020-04-074-5/+5
* some spec typosVivek Singh2020-04-076-8/+8
* Merge pull request #9480 from chef/fix-clear-sourcesTim Smith2020-03-271-26/+211
|\
| * Fix chefstyle violation.Pete Higgins2020-03-231-1/+1
| * Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-12/+119
| * Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-1/+21
| * Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-19/+19
| * Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-8/+8
| * Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-0/+45
| * Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-5/+18
* | Move the first part of the cron resource over to mixin cron validationsTim Smith2020-03-231-2/+2
|/
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-191-2/+2
* Merge pull request #9492 from MsysTechnologiesllc/sangmesh/Fixed_Use_Ohai_dat...Tim Smith2020-03-181-1/+2
|\
| * run powershell_spec for windows onlysanga172020-03-181-1/+1
| * Powershell spec file updatedsanga172020-03-171-0/+1
* | Merge pull request #9493 from chef/log_improvementsTim Smith2020-03-161-0/+1
|\ \
| * | Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-0/+1
| |/
* | fix unit testsLamont Granquist2020-03-161-4/+4
|/
* Merge pull request #9453 from chef/remove_legacy_updatercTim Smith2020-03-091-136/+38
|\
| * Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-051-136/+38
* | link resource: Remove checks for link support on Windowslink_checkTim Smith2020-03-051-2/+1
|/
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-024-20/+18
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-024-20/+18
* | directory resource: Remove support for macOS < 10.11Tim Smith2020-02-281-16/+5
* | Deprecate supports_powershell_execution_bypass? checkTim Smith2020-02-281-29/+7
* | Don't run all the service specs twiceTim Smith2020-02-281-211/+209
* | Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-5/+3
* | Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-56/+38
|/
* Add basic spec for return codewindows_package_3010Tim Smith2020-02-251-1/+1
* unified_mode and custom resource for mdadmLamont Granquist2020-02-251-3/+3
* Merge pull request #8884 from robuye/debian-update-rcdTim Smith2020-02-101-26/+145
|\
| * bring back support for legacy update-rc.d syntaxrobuye2019-09-171-43/+142
| * update syntax of `update-rc.d` commands in enable & disable actionsrobuye2019-09-131-9/+29
* | debian 10 ifconfig fixLamont Granquist2020-01-281-14/+43
* | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-24/+24
* | WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-213-33/+36
* | Merge pull request #9153 from MsysTechnologiesllc/Nimesh/MSYS-1178_cron_resou...Tim Smith2020-01-161-0/+127
|\ \
| * | Added time_out property in cronNimesh-Msys2019-12-131-0/+127
* | | fix AIX specLamont Granquist2020-01-131-2/+2
|/ /
* | Use URI.escape for url with spacesVivek Singh2019-12-021-5/+10