summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/recipe_dsl_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* re-fix redundant selflcg/fix-more-chefstylesLamont Granquist2017-02-131-31/+31
* greenify rspecLamont Granquist2017-02-131-58/+58
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-31/+31
* Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+3
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-317/+318
* autofixing whitespace copsLamont Granquist2016-02-051-2/+29
* Use double quotes by defaultThom May2016-01-141-122/+122
* Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-1/+1
* Remove warnings from tests too.Noah Kantrowitz2015-07-191-15/+0
* Deprecate passing more than 1 argument to create a resourcejk/3634John Keiser2015-07-061-4/+12
* Don't accept multiple parameters in recipe DSL (just name)John Keiser2015-07-061-0/+20
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-364/+595
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-89/+340
* Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-0/+25
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-20/+195
* Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-181-19/+15
* Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-0/+44
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-12/+109
* Remove unused test lineJohn Keiser2015-06-081-1/+0
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-0/+108
* Overwrite resource_name with providesJohn Keiser2015-06-081-16/+234
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-3/+77
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-5/+4
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-1/+1
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-5/+7
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-2/+3
* Use descriptive constant names in tests to avoid conflictdanielsdeleo2015-05-191-16/+16
* Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-131-4/+7
* Remove provides_nothingJohn Keiser2015-05-131-16/+0
* Remove automatic `provides`John Keiser2015-05-131-17/+12
* Add tests for resource naming and creationJohn Keiser2015-05-131-0/+277