summaryrefslogtreecommitdiff
path: root/spec/unit/resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't return negative timeClaire McQuin2014-08-121-1/+1
* Ensure reported elapsed_time is nonnegative.Claire McQuin2014-08-121-2/+8
* CHEF-5098 fix sensitive data output on failureSergey Sergeev2014-06-101-1/+36
* Merge pull request #1263 from srenatus/patch-1Claire McQuin2014-06-091-5/+5
|\
| * Fix resource_spec.rbStephan Renatus2014-02-111-5/+5
* | Fix unit testJohn Keiser2014-04-301-1/+1
* | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-291-1/+1
* | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-291-0/+6
* | CR feedback: use expect to explicitly test exception behaviorAdam Edwards2014-03-291-8/+2
* | Guard resource new specs and spec fixesAdam Edwards2014-03-291-0/+22
* | Spec test break in to_hash due to new guard_interpreter attribute in Chef::Re...Adam Edwards2014-03-291-1/+1
|/
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-2/+2
* s/stub!/stub/gLamont Granquist2014-01-291-1/+1
* [CHEF-972] added test for checking doc formatter output when action is :nothingXabier de Zuazo2013-06-191-0/+7
* [CHEF-972] resource action should have higher precedence than only_if/not_if ...Xabier de Zuazo2013-06-191-1/+101
* [CHEF-4135] add eager validation of notification syntaxdanielsdeleo2013-05-301-1/+3
* [CHEF-4135] Add tests for notification specificationdanielsdeleo2013-05-301-0/+60
* remove accidental :focus in testsdanielsdeleo2013-04-241-1/+1
* [CHEF-3432] use shared variable to track resource subclassesdanielsdeleo2013-04-181-0/+15
* Merge branch 'CHEF-3068'danielsdeleo2013-01-241-0/+23
|\
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+706
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-144/+0