summaryrefslogtreecommitdiff
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Move test of resource behavior to resource test.Pete Higgins2020-06-031-15/+10
| |/
* | Merge pull request #9937 from chef/fix-rspec-warningTim Smith2020-06-056-31/+31
|\ \
| * | Fix rspec warning about `not_to raise_error` with a specific exception.fix-rspec-warningPete Higgins2020-05-296-31/+31
| |/
* | archive_file: better handle mode property and deprecate Integer valuesfix_file_modeTim Smith2020-06-031-2/+11
|/
* Chefstyle updatesTim Smith2020-05-271-1/+0
* Adds the homebrew_update resourceDan Webb2020-05-211-0/+31
* Fix windows_package not allowing version to be an arrayTim Smith2020-05-061-0/+10
* Merge pull request #9648 from chef/Kapil/GitHub-9450_Update_the_locale_resour...Tim Smith2020-04-251-34/+0
|\
| * Update the locale resource to support WindowsKapil/GitHub-9450_Update_the_locale_resource_to_support_WindowsKapil Chouhan2020-04-221-34/+0
* | Add specs for the timeout defaultssimpler_windows_timeoutTim Smith2020-04-242-0/+13
* | Chef-16 git provider fixesLamont Granquist2020-04-233-57/+53
|/
* Remove some leftover spec junkohai_custom_resourceTim Smith2020-04-161-3/+0
* Merge ohai resource / provider into a single resourceTim Smith2020-04-161-2/+59
* add timeout propertydheerajd-msys2020-04-141-0/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-13133-133/+133
* Update specs for the new class nameTim Smith2020-04-101-2/+2
* Update spec/unit/resource/plist_spec.rb Tim Smith2020-04-101-24/+22
* Update spec/unit/resource/plist_spec.rb Tim Smith2020-04-101-1/+0
* Remove more contextsTim Smith2020-04-101-43/+24
* Remove a single contextmacos-resourcesTim Smith2020-04-101-19/+17
* Add the plist resource from the macos cookbookTim Smith2020-04-101-0/+154
* Remove specs for integer assumptionTim Smith2020-04-091-9/+0
* Add chef_client_systemd_timer resourceTim Smith2020-04-081-0/+79
* Add more typo fixesVivek Singh2020-04-071-2/+2
* some spec typosVivek Singh2020-04-072-3/+3
* Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-031-2/+3
|\
| * remove duping for load_current_value and code duplicationlcg/after-resourceLamont Granquist2020-03-311-2/+3
* | remove unused testsPatrick Schaumburg2020-04-011-78/+0
* | Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-015-6/+184
|\ \ | |/
| * Fix failing specsTim Smith2020-03-311-2/+2
| * Handle scenario where no value found in the updateTim Smith2020-03-311-1/+31
| * Add testing of the xcode CLI detection plist parsingTim Smith2020-03-313-11/+133
| * Switch the array format of shell_out and add a testTim Smith2020-03-311-1/+25
| * Merge pull request #9480 from chef/fix-clear-sourcesTim Smith2020-03-271-3/+3
| |\
| | * Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-38/+0
| | * Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-1/+39
| | * Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-231-2/+2
| * | Merge pull request #9524 from MsysTechnologiesllc/sangmeshA/Fix_windows_share...Tim Smith2020-03-271-1/+3
| |\ \
| | * | Required specs updatedsanga172020-03-261-3/+1
| | * | Specs added for freezed string and cloned stringsanga172020-03-241-0/+4
| | |/
* | | add some more testsPatrick Schaumburg2020-03-301-7/+23
* | | changing unit tests for methodPatrick Schaumburg2020-03-301-42/+14
* | | redo unit checks for is_set_properly?Patrick Schaumburg2020-03-301-28/+57
* | | fix linting errors + add unit test for is_set_properly? methodPatrick Schaumburg2020-03-301-0/+61
* | | fix test for groupPatrick Schaumburg2020-03-271-2/+2