summaryrefslogtreecommitdiff
path: root/spec/unit/provider_resolver_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* Remove Solaris 5.9 from the specJoshua Justice2019-01-251-2/+0
* Update the provider specJoshua Justice2019-01-251-1/+2
* Switch solaris2 to the group provider in the resolver specJoshua Justice2019-01-251-1/+1
* Fix the provider resolver spec for opensuseleapopensuse_modern_or_bustTim Smith2019-01-241-3/+4
* Test the provider resolver on the right opensuseTim Smith2019-01-241-1/+1
* Remove support for unsupported opensuse < 42 from group providerTim Smith2019-01-241-5/+0
* Merge pull request #8160 from chef/remove_hpuxTim Smith2019-01-231-10/+0
|\
| * Remove hpux support from group's usermod providerTim Smith2019-01-231-10/+0
* | Remove bogus "solaris" platform from specsTim Smith2019-01-231-9/+0
|/
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-74/+74
* initial suppport for snap packagesS.Cavallo2018-11-281-0/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix rebase issueLamont Granquist2018-03-151-3/+0
* fix provider resolver specLamont Granquist2018-03-151-3/+2
* Chefstyle fixesTim Smith2018-03-071-1/+1
* Remove a few more provides and update the resolver specTim Smith2018-03-071-23/+18
* Update the provider resolver specs for bff packagebffTim Smith2018-03-061-4/+2
* require file as per alphabetical orderharikesh-kolekar2018-01-311-1/+1
* rename env resource to windows_envharikesh-kolekar2018-01-301-1/+1
* Remove erl_call and deploy resourcesdeprecated_resourcesTim Smith2018-01-201-4/+0
* fix testsNaomi Reeves2017-09-291-1/+4
* convert breakpoint resource to a custom resourceLamont Granquist2017-05-251-1/+1
* Prefer Systemd with sysvinit script over Upstart for service providerGrant Ridder2017-05-151-10/+10
* No more easy_install resource.Noah Kantrowitz2017-03-141-1/+0
* Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+1
* user provider manage_home behavior and refactorLamont Granquist2016-08-191-17/+59
* fix some Style/TrailingWhitespaceLamont Granquist2016-08-161-30/+30
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-276/+276
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-10/+10
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-47/+47
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-6/+6
* Use double quotes by defaultThom May2016-01-141-17/+17
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-38/+38
* Added profile provider for OS XNate Walck2015-12-171-0/+1
* fix specsNathan Williams2015-10-231-1/+1
* i have no idea what is happeningNathan Williams2015-10-231-30/+6
* Fix provider_resolver tests on Windowsjk/win-provider-resolver-testsJohn Keiser2015-09-291-0/+4
* Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-680/+700
* Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-281-55/+58
* Test more of provider resolution by mocking the filesystem and commandsJohn Keiser2015-09-281-6/+36
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-3/+4
* Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-301-5/+15
* Test resources as well as providers for all resolversJohn Keiser2015-06-301-107/+111
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-30/+50
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-1/+0