summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12386 from chef/simplified_readLamont Granquist2022-01-042-10/+10
|\
| * Simplify file readssimplified_readTim Smith2021-12-172-10/+10
* | Merge pull request #12411 from chef/Performance_RegexpMatchLamont Granquist2022-01-041-1/+1
|\ \
| * | Resolve Performance/RegexpMatch warningsPerformance_RegexpMatchTim Smith2021-12-261-1/+1
| |/
* | Resolve Performance/StringIdentifierArgument warningsPerformance_StringIdentifierArgumentTim Smith2021-12-263-3/+3
|/
* Exclude running libarchive tests on platforms where loading libarchive is brokenJason Barnett2021-09-231-0/+4
* Add libarchive to dll load pathJason Barnett2021-09-211-0/+51
* eliminate some File.exists? from the file providerLamont Granquist2021-06-211-8/+2
* Resolve chefstyle warningsTim Smith2021-05-073-3/+3
* Skip the cron tests on macOS 11+Tim Smith2021-04-021-0/+4
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-9/+7
* code review and cleanup for knife gem moveMarc A. Paradise2021-03-311-1/+0
* Move knife to its own gemChef Expeditor2021-03-315-4/+2
* Add login option to execute resourceLamont Granquist2021-03-171-2/+2
* only run file verifiers when the contents changedJoshua Miller2021-03-111-0/+14
* Fully remove user resource support for macOS < 10.14Tim Smith2021-02-161-8/+0
* Try turning on specs conditionally againTim Smith2021-02-032-4/+4
* Chef 17: Remove windows service manager capabilitiesTim Smith2021-02-034-77/+4
* Avoid ambiguous regexesambiguous_regexTim Smith2020-11-211-1/+1
* include password in guard inherited attributesguard_passwordmwrock2020-11-201-2/+2
* convert most internal powershell_out to powershell_execmwrock2020-10-281-4/+6
* Merge repetitive conditionalsTim Smith2020-10-272-2/+2
* Remove custom constant mocking in favor of rspec's.Pete Higgins2020-10-192-68/+24
* Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-162-3/+3
* add interpreter arg to powershell_out allowing it to call pwsh.exemwrock2020-10-011-1/+6
* Move to using ChefConfig for CONF_DIRLance Albertson2020-09-151-1/+1
* Merge pull request #10423 from chef/sidTim Smith2020-09-111-27/+108
|\
| * allow the use of SIDs in windows securable resourcesmwrock2020-09-111-27/+108
* | Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-094-8/+8
|/
* Use include? to example strings when we don't need a regexstringsTim Smith2020-09-081-9/+8
* Run the User::MacUser and User::Dscl tests on the correct systemsbug_sirTim Smith2020-08-241-9/+5
* Simplify macos detection in specs to include big surmac_specTim Smith2020-08-201-15/+2
* Add unit and integration testing back to omnibus testersLamont Granquist2020-08-172-4/+6
* Merge pull request #10284 from chef/existTim Smith2020-08-147-12/+12
|\
| * File.exists? -> File.exist?existTim Smith2020-08-127-12/+12
* | Minor tweaks to the platform checks in the specsminor_specTim Smith2020-08-121-6/+6
|/
* Clean up some interdependencies in script resource tests.Pete Higgins2020-08-072-48/+21
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-18/+18
* Remove unused shared context that conflicted with cheffish.cleanup-integration-helper-codePete Higgins2020-07-291-28/+23
* Inline a shared context and remove it and DSL method.Pete Higgins2020-07-291-13/+0
* Remove unnecessary resetting of Chef::Config.Pete Higgins2020-07-291-5/+0
* Remove unused shared context.Pete Higgins2020-07-291-7/+0
* Use built in constant.remove-some-test-cruftPete Higgins2020-07-242-3/+1
* Remove unnecessary check for `diff`.Pete Higgins2020-07-241-11/+0
* Set log level to :fatal in test to prevent excess logging.fix-excess-logging-in-functional-testPete Higgins2020-07-222-9/+0
* Reset logger in test to avoid global state persisting.Pete Higgins2020-07-161-4/+0
* Remove a deprecated use of `.ordered` on an `allow` expectation.raise-on-raise_errorPete Higgins2020-07-151-1/+0
* Remove reference to deprecated option in test helper.Pete Higgins2020-07-081-5/+2
* Remove test file that added a method to top-level scope.Pete Higgins2020-06-262-2/+0
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-8/+12
|\