summaryrefslogtreecommitdiff
path: root/spec/unit/resource/windows_package_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update test for Windows package installer_type since the resource behavior ch...Pete Higgins2020-07-071-0/+1
* Fix windows_package not allowing version to be an arrayTim Smith2020-05-061-0/+10
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add basic spec for return codewindows_package_3010Tim Smith2020-02-251-1/+5
* Chefstyle fixesTim Smith2019-11-151-1/+1
* Improve input validation on windows_packageTim Smith2019-11-151-7/+12
* Update wording in resource specs for attributes -> propertiesTim Smith2018-07-101-1/+1
* Add additional resource specsTim Smith2018-05-161-2/+12
* Remove useless class tests and cleanup specsresource_spec_cleanupTim Smith2018-01-201-2/+2
* Cleanup for resource specsTim Smith2017-12-181-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+5
* Added spec to make sure urls are not modified when creating a windows_package...Jay Mundrawala2015-05-151-0/+9
* Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-281-8/+0
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-0/+8
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-5/+12
* windows_package installer_type should be a symbolBryan McLellan2014-10-281-3/+3
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-2/+2
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-281-1/+1
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+74