summaryrefslogtreecommitdiff
path: root/spec/unit/provider_resolver_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-1/+0
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-137/+358
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-7/+0
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-287/+213
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-20/+16
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-1/+1
* Use the central priority map for `provides`John Keiser2015-06-021-0/+1
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+4
* Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-241-4/+0
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+4
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+1
* rename 'hash' to 'provider_mapping'Lamont Granquist2015-03-041-5/+5
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+132
* update provider mapping test - macports uses new mapping codePat Cox2015-01-081-7/+7
* Fixing homebrew package to use provider resolver per code reviewtyler-ball2014-12-161-2/+2
* spec fixesLamont Granquist2014-11-081-3/+32
* polishing provider_resolverLamont Granquist2014-11-081-7/+143
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-44/+340
* Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+91