summaryrefslogtreecommitdiff
path: root/spec/unit/resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* allow resources to be documentedThom May2018-02-121-0/+31
* Remove the spec for epic_failepic_fail_specTim Smith2018-01-291-5/+0
* And fix the resource name.Noah Kantrowitz2017-08-131-1/+1
* Better spec label.Noah Kantrowitz2017-08-131-1/+1
* Ignore validation errors in Resource#to_text.Noah Kantrowitz2017-08-131-0/+8
* Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-301-0/+17
* Don't `rescue Exception` for retriable resourcesStephan Renatus2017-03-271-0/+12
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-5/+1
* fix specs broken by removal of state methodLamont Granquist2017-03-171-1/+1
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-1/+1
* Chef-13: Chef::Resource cleanupLamont Granquist2017-03-081-47/+2
* convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-071-6/+6
* remove most of supports APILamont Granquist2017-03-061-17/+3
* Suppress sensitive properties from resource outputTom Duffield2017-02-101-0/+18
* Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+2
* Allow flagging a resource property as sensitiveadamleff/sensitive-propertiesAdam Leff2016-08-251-0/+20
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-16/+16
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-4/+4
* auto fixing some rubocopsLamont Granquist2016-02-091-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-20/+20
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* 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-1/+1
* Use double quotes by defaultThom May2016-01-141-34/+34
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* fix some lint copsLamont Granquist2016-01-121-2/+2
* Add extra tests around whether to skip with multiple guardsbbbco2015-12-151-0/+20
* Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-021-0/+13
* Use let instead of instance variablesJohn Keiser2015-12-021-253/+255
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-3/+3
* Make required name attributes workJohn Keiser2015-07-031-2/+2
* Add a test for array assignment on action.Noah Kantrowitz2015-06-291-0/+5
* Tests for new default_action behaviors.Noah Kantrowitz2015-06-291-0/+39
* Make sure the default case gives an array too.Noah Kantrowitz2015-06-291-0/+4
* Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-291-0/+38
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-3/+3
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+16
* Overwrite resource_name with providesJohn Keiser2015-06-081-14/+0
* Clean up match code to get rid of TODOJohn Keiser2015-06-021-1/+1
* Fix resource unit testJohn Keiser2015-06-021-6/+6
* Deprecate provider_basejk/resource_nameJohn Keiser2015-06-011-6/+15
* Add use_automatic_resource_nameJohn Keiser2015-06-011-0/+14
* Make resource_name call providesJohn Keiser2015-06-011-40/+2
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-0/+103
* add shell_out to resourcesLamont Granquist2015-05-261-0/+12
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-24/+40
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-6/+6