summaryrefslogtreecommitdiff
path: root/spec/unit/resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* specsLamont Granquist2015-02-051-4/+10
* Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-121-3/+3
* Changelog for https://github.com/opscode/chef/pull/2621tball/subscribetyler-ball2014-12-161-18/+18
* Adding unit test coverage and updating per github reviewtyler-ball2014-12-161-169/+18
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-137/+137
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-21/+28
* Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-191-6/+28
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-171-2/+2
|\
| * Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-2/+2
* | Error message update from PR comments.Serdar Sutay2014-10-161-1/+1
|/
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+5
* Improve tests for no conditional casesBryan McLellan2014-09-301-2/+4
* Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-271-4/+0
* Return values with Time class after stubbing :now of Time.Serdar Sutay2014-08-121-1/+2