summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/windows_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* fix 4 copsLamont Granquist2019-07-051-1/+2
* MSYS-858 : added warning if allow_downgrade set to be false and tried to inst...piyushawasthi2018-07-261-0/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-3/+10
* Check local file exists before installing a windows packageJosh Barker2018-05-261-0/+12
* MSYS-631 Added tests for Chef::Provider::Package::Windows::RegistryUninstallE...piyushawasthi2017-08-081-1/+1
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-1/+2
* remove excessive mockinglcg/package-inline-resourcesLamont Granquist2016-10-211-3/+3
* Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-201-0/+45
* fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-291-0/+9
* fixed exe package downloadsMatt Wrock2016-02-221-1/+13
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-28/+28
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* fixing post merge test breaksMatt Wrock2015-12-151-2/+2
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-5/+15
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-26/+227
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-0/+13
* Refactor uri detectionJay Mundrawala2015-05-151-2/+2
* Added specs to for windows_package provider's uri featureJay Mundrawala2015-05-151-24/+90
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-3/+3
* Fix windows specs for windows package type.Serdar Sutay2014-10-301-2/+2
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-4/+4
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+6
* 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/+80