summaryrefslogtreecommitdiff
path: root/spec/unit/node/attribute_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-7/+7
* fix Style/HashSyntaxLamont Granquist2018-07-021-3/+3
* Revert "Per-container deep merge caching"lcg/revert-lazy-attributesLamont Granquist2018-02-231-55/+24
* Revert "fix node assignment of ImmutableArrays to VividMashes/AttrArrays"Lamont Granquist2018-02-231-15/+0
* fix node assignment of ImmutableArrays to VividMashes/AttrArraysLamont Granquist2018-01-251-0/+15
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-3/+3
* Per-container deep merge cachingLamont Granquist2017-12-061-24/+55
* fix node#debug_value access through arrayslcg/debub-value-arraysLamont Granquist2017-03-161-3/+20
* Chef-13 freeze merged node attributelcg/node-freezeLamont Granquist2017-03-151-0/+12
* additional fix deep-duping as welllcg/deep-dup-attrsLamont Granquist2017-03-131-0/+18
* Chef-13: properly deep dup Node#to_hashLamont Granquist2017-03-131-2/+10
* Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-131-28/+5
* add some unit testing of new node APIslcg/attribute-setting-eventLamont Granquist2016-10-311-1/+46
* modify attributes and nodes tests for deeply converting_valuesLamont Granquist2016-09-231-1/+23
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-9/+7
* 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-13/+13
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-110/+110
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-25/+25
* auto fixing some rubocopsLamont Granquist2016-02-091-25/+25
* autofixing whitespace copsLamont Granquist2016-02-051-190/+145
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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-16/+16
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-46/+46
* Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+20
* adding some more specs around to_hashlcg/to-hash-specsLamont Granquist2014-11-201-0/+28
* typo fix in specsLamont Granquist2014-11-191-1/+1
* add specs busted by dup removalLamont Granquist2014-11-191-0/+34
* fix reset_cache specs busted by removing thatLamont Granquist2014-11-191-44/+0
* chef-12 attribute changesLamont Granquist2014-11-081-4/+2
* Update to RSpec 3.Claire McQuin2014-10-291-141/+141
* Silence warnings when testing deprecated APIsdanielsdeleo2014-04-241-2/+15
* Merge branch 'CHEF-4799' of github.com:criteo/chef into contributions-cc-51sersut2014-03-121-0/+7
|\
| * [CHEF-4799] Handle non-dupable elements when duping attribute arraysPierre Ynard2014-01-101-0/+7
* | fix busted spec exposed by rpsec-2.14-izationLamont Granquist2014-01-291-1/+1
* | fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-3/+3
|/
* Normalize whitespace on all filesSeth Vargo2013-09-261-11/+11
* [CHEF-3806] add attribute value debugdanielsdeleo2013-01-291-0/+31
* [CHEF-3799] fixes TypeError for puts on VividMashdanielsdeleo2013-01-281-0/+13
* fix errors when merging deeply nested valuesdanielsdeleo2013-01-251-0/+11
* make merge between precedence overwrite arraysdanielsdeleo2013-01-251-0/+23
* CHEF-3688 remove stale attribute read protectionAdam Jacob2012-12-121-195/+0
* [CHEF-3680] don't invalidate computed attributes on dupdanielsdeleo2012-12-111-0/+11
* [CHEF-3680] #merge isn't destructive, #merge! isdanielsdeleo2012-12-111-1/+1
* Add "force" level precedence to Node::Attributedanielsdeleo2012-11-091-0/+18
* [CHEF-2936] ensure all default and override attrs go in node jsondanielsdeleo2012-11-021-0/+24