summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Bring in spec fix from 65b52caf20fe608eaf2a0975ed09539c5ba0d4c4Tim Smith2020-06-231-1/+1
* Silence exception output in threaded test.Pete Higgins2020-06-231-0/+9
* Merge pull request #10041 from chef/validatorless_bootstrap_15Tim Smith2020-06-231-2/+2
|\
| * Warn during bootstrapping when using validation keysTim Smith2020-06-231-2/+2
* | Updated exception messagesnehaldwivedi2020-06-231-1/+1
* | Updated exception message Chef::Exceptions::InvalidDataBagPathsnehaldwivedi2020-06-231-1/+1
|/
* archive_file: better handle mode property and deprecate Integer valuesTim Smith2020-06-231-2/+11
* Merge pull request #10030 from chef/zypper_15Tim Smith2020-06-231-25/+75
|\
| * Fix a spec failure due to the rebaseTim Smith2020-06-231-1/+1
| * Add specs and rename fingerprint -> short idTim Smith2020-06-231-24/+74
* | Fix spec that was missed in the rebaseTim Smith2020-06-231-1/+1
* | Fixed Powershell_Package does not throw error when it cannot connect to power...sanga172020-06-231-85/+94
|/
* Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-171-0/+7
* Use lamonts set of pathsTim Smith2020-05-301-6/+5
* Revert the change to the load paths in the specsrevert_pathsTim Smith2020-05-291-4/+6
* Pull in spec task / helper from masterTim Smith2020-05-298-7/+22
* Avoid some constant warnings in specsTim Smith2020-05-292-4/+4
* fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by Ch...Marc Chamberland2020-05-221-0/+6
* Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-2119-66/+66
* Remove simplecov for testing as we already did in chef 16Tim Smith2020-05-211-11/+0
* Merge pull request #9797 from chef/lcg/chef-15-knife-backportLamont Granquist2020-05-071-13/+10
|\
| * Chef 15 backport of Chef 16 knife cleanupLamont Granquist2020-05-071-13/+10
* | Fix for Chocolate_resource options causing extra quotesKapil Chouhan2020-05-062-1/+30
|/
* Simplify the logic since we know when 15 goes EOLdeprecation_warning_chef_15Tim Smith2020-04-151-4/+2
* Simplify the logic + improve the specTim Smith2020-04-151-3/+3
* Add a spec for the EOL warningsTim Smith2020-04-151-0/+16
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-13644-645/+645
* fix specbootstrap_version_fixLamont Granquist2020-04-101-2/+2
* Add more typo fixesVivek Singh2020-04-0812-55/+55
* some spec typosVivek Singh2020-04-0842-57/+57
* Really skip the reboot pending func test if a reboot is pendingBryan McLellan2020-04-061-5/+6
* Fix failing specsTim Smith2020-04-021-2/+2
* Handle scenario where no value found in the updateTim Smith2020-04-021-1/+31
* Add testing of the xcode CLI detection plist parsingTim Smith2020-04-023-11/+133
* Switch the array format of shell_out and add a testTim Smith2020-04-021-1/+25
* Fix functional tests on Windows 10 by matching lessBryan McLellan2020-04-021-4/+4
* Merge pull request #9556 from chef/windows_share_fix_15Tim Smith2020-03-311-1/+3
|\
| * Required specs updatedsanga172020-03-311-3/+1
| * Specs added for freezed string and cloned stringsanga172020-03-311-0/+4
* | Merge pull request #9555 from chef/net-tools-15Tim Smith2020-03-313-3/+9
|\ \
| * | Skip the ifconfig functional tests if we don't have ifconfigTim Smith2020-03-313-3/+9
| |/
* | Merge pull request #9554 from chef/docs_linksTim Smith2020-03-314-7/+7
|\ \
| * | Make the links end with /Tim Smith2020-03-313-4/+4
| * | Update all our links to use the new docs site formatTim Smith2020-03-313-6/+6
| |/
* | Switch to RUBY_PLATFORM for the windows checkTim Smith2020-03-311-1/+1
|/
* Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-241-0/+24
* Revert the change to bundlerTim Smith2020-03-161-1/+1
* Found some tests that fail when run by themselves on master.Ryan Davis2020-03-161-7/+6
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-1682-13/+75
* Guard against windows loading on non-windows platforms.Ryan Davis2020-03-161-25/+27