summaryrefslogtreecommitdiff
path: root/spec/unit/resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-20/+20
* Remove resource collision deprecationsLamont Granquist2019-05-071-13/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* now user can use tagged method in both only_if and not_ifKapil Chouhan2018-11-291-0/+23
* add rdoc and testsLamont Granquist2018-08-061-0/+26
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-8/+8
* fix Style/HashSyntaxLamont Granquist2018-07-021-21/+21
* Feed the rubocop.Noah Kantrowitz2018-06-051-3/+3
* Streamline the map locking process with a resource level flag.Noah Kantrowitz2018-06-051-0/+34
* Try to resolve a funky multi-test collision.Noah Kantrowitz2018-06-051-1/+1
* convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-301-5/+1
* Feed the Rubocop.Noah Kantrowitz2018-04-261-2/+2
* Allow specifying `ignore_failure :quiet` to disable the error spew.Noah Kantrowitz2018-04-261-0/+10
* 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