summaryrefslogtreecommitdiff
path: root/spec/unit/node/immutable_collections_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-8/+8
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
| | | | chefstyle -a fixed 1044 occurrances
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
|
* Update to RSpec 3.Claire McQuin2014-10-291-21/+21
|
* Fix rspec warningsdanielsdeleo2014-04-241-4/+4
|
* [CHEF-5132] more tests added for ImmutableCollections #to_a and #to_hash methodsXabier de Zuazo2014-03-281-9/+41
|
* [CHEF-5132] ImmutableCollections #to_a and #to_hash tests changed to use ↵Xabier de Zuazo2014-03-281-19/+19
| | | | #be_instance_of and cleaned
* [CHEF-3953] ImmutableMash and ImmutableArray should implement to_hash and ↵brianbianco2014-03-281-0/+23
| | | | | | | | to_a respectively - ImmutableMash now implements a to_hash method. This recurses through the ImmutableMash and returns a fully mutable Hash - ImmutableArray now implements a to_a method. This recurses through the ImmutableArray and returns a fully mutable Array - Unit tests added for both of the above methods
* [CHEF-4799] Handle non-dupable elements when duping attribute arraysPierre Ynard2014-01-101-1/+5
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
|
* CHEF-3688 remove stale attribute read protectionAdam Jacob2012-12-121-4/+2
| | | | | | This commit removes stale attribute read protection, as it does more harm than good. Includes removal of passing "root" around to immutablize.
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+141
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!