summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/resource_action_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* remove deprecated proprety namespace collisionslcg/remove-deprecated-namespace-collisionsLamont Granquist2018-03-051-95/+0
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-25/+25
* Improve property warnings in resourcesbetter_resource_errorsTim Smith2017-12-291-1/+1
* speedup lwrp testsLamont Granquist2017-12-061-1/+1
* Deprecate property namespace magicLamont Granquist2017-06-081-7/+18
* Fix Chef-13 action_class bug and cleanupLamont Granquist2017-03-271-27/+34
* Chef-13: Simplify DSL creationLamont Granquist2017-03-211-3/+3
* improve property-resource namespace collision exceptionLamont Granquist2016-10-311-1/+1
* Make 12.5+ custom resources whyrun safe by default.John Keiser2016-09-161-1/+17
* Fix whitespace on EOMsJohn Keiser2016-09-161-43/+43
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-34/+34
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-161-20/+16
* autofixing whitespace copsLamont Granquist2016-02-051-391/+399
* Fix single-quoted stringsjk/4334John Keiser2016-01-251-22/+22
* Fix #4334: don't warn about ambiguous property usageJohn Keiser2016-01-221-0/+28
* Use double quotes by defaultThom May2016-01-141-50/+50
* Only warn about potentially duplicate properties during the resource initializerjk/reduce-property-dup-warningJohn Keiser2015-12-141-1/+29
* Add inheritance and repeat tests for action_class dojk/action-class-doJohn Keiser2015-12-111-3/+47
* Implement action_class do ... endJohn Keiser2015-12-111-0/+31
* Get rid of ambiguity with `template 'x' do ...`jk/error-on-property-with-blockJohn Keiser2015-12-101-116/+133
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-0/+50
* Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-051-0/+5
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-221-12/+14
* Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-311-10/+0
* Make Resource.action work with non-standard namesjk/action_dashJohn Keiser2015-07-301-0/+23
* Get tests passingJay Mundrawala2015-06-291-1/+1
* Get tests running under Ruby 2.0John Keiser2015-06-231-3/+7
* Update resource_name in resource action testsJohn Keiser2015-06-231-4/+5
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-0/+338