summaryrefslogtreecommitdiff
path: root/spec/unit/provider/apt_repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* feat(apt_repository): Allow specifying arbitrary options (#13728)Thayne McCombs2023-05-031-7/+17
* fix(apt_repository): Detect changes to expiration in key (#13535)Thayne McCombs2023-02-071-5/+26
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-281-27/+27
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-10/+8
* Use URI.escape for url with spacesVivek Singh2019-12-021-5/+10
* Fix apt_repository uri single/double quotes and spacesVivek Singh2019-12-021-5/+5
* fix code stylesem2018-11-121-1/+1
* restore spec name - acidently defacedEugen Mayer2018-11-121-2/+1
* Fix specs for including --no-ttyEugen Mayer2018-11-121-4/+5
* rebase + squashLamont Granquist2018-07-061-7/+7
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-15/+15
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* Avoid compile time error in apt_repositoryTim Smith2018-03-051-12/+0
* Break out the gpg key validation into its own methodapt_repo_cleanupTim Smith2018-02-261-0/+23
* Update specsTim Smith2018-02-261-30/+33
* Test is_ppa_url and repo_componentsTim Smith2018-02-261-0/+29
* Remove "should" wordingTim Smith2018-02-261-6/+6
* Test cookbook_name and key_type methodsTim Smith2018-02-261-1/+23
* Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-141-1/+1
* Fix apt_repository for latest os version 16.10afiune/COOL-685/apt_repository_key_fingerprint_fixSalim Afiune2017-03-081-27/+33
* add nillable apt_repository and nillable propertiesLamont Granquist2016-04-141-0/+5
* Add an apt_repository resourcetm/apt_repositoryThom May2016-04-081-0/+178