summaryrefslogtreecommitdiff
path: root/spec/unit/node_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
* rename __path to __path__ and __node to __node__lcg/node-path-trackingLamont Granquist2016-10-251-21/+21
* add tests from #4207Lamont Granquist2016-10-251-0/+19
* add specsLamont Granquist2016-10-251-0/+84
* Merge pull request #5476 from tas50/copyrightsLamont Granquist2016-10-211-3/+3
|\
| * More Opscode -> Chef updatesTim Smith2016-10-201-3/+3
* | Attributes: add tests for regression in 12.0 fixed recentlyLamont Granquist2016-10-201-0/+28
|/
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Merge pull request #5103 from chef/lcg/fix-5012Lamont Granquist2016-07-121-0/+6
|\
| * fix mixup in the test titlesLamont Granquist2016-07-111-2/+2
| * add back method_missing support to set_unlessLamont Granquist2016-07-111-0/+6
* | fix tests to go red on masterLamont Granquist2016-07-081-10/+12
* | fix for #5094 12.12.13 node.default_unless issueLamont Granquist2016-07-081-0/+22
|/
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-26/+115
* better chef+ruby rspec constraintsLamont Granquist2016-03-031-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-5/+5
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-27/+27
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-6/+6
* auto fixing some rubocopsLamont Granquist2016-02-091-6/+6
* autofixing whitespace copsLamont Granquist2016-02-051-37/+37
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* ensure unit tests are correctThom May2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-49/+49
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-28/+28
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-25/+31
* really always return an Arraylcg/fix-tags-and-set-unlessLamont Granquist2015-12-141-0/+12
* tags always an array; fix set_unlessLamont Granquist2015-12-141-1/+13
* Merge pull request #4064 from josb/masterThom May2015-11-121-1/+1
|\
| * Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-201-1/+1
* | Define == for node objectsDavid Bresson2015-10-241-0/+8
|/
* Populate node policyfile attrs from JSONdanielsdeleo2015-09-171-0/+8
* Add policyfile attrs to node create/savedanielsdeleo2015-09-171-0/+103
* Add policyfile attrs to node JSON when presentdanielsdeleo2015-09-171-0/+30
* Add policy_name and policy_group attrs to Node classdanielsdeleo2015-09-171-0/+72
* Set chef_environment in attributes JSONClaire McQuin2015-07-141-0/+7
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* deep_merge_cache fixes for bugs in 12.0.0Lamont Granquist2015-01-141-0/+31
* Add specPhil Dibowitz2014-12-101-0/+34
* fix rspec truthy thingsLamont Granquist2014-11-081-6/+6
* fix autovivificationLamont Granquist2014-11-081-2/+10
* chef-12 attribute changesLamont Granquist2014-11-081-13/+313
* Update to RSpec 3.Claire McQuin2014-10-291-181/+181
* Separate test for node.to_hash with empty run_list.Ivan Larionov2014-10-191-3/+4
* Empty run_list should result in empty array when using node.to_hash.Ivan Larionov2014-10-181-0/+3
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+4
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-0/+4
* Change attribute whitelist filter syntax to match OhaiClaire McQuin2014-05-151-23/+23
* add whitelist config options for attributes saved by the nodeClaire McQuin2014-05-151-3/+73
* Merge remote-tracking branch 'origin/master' into save-right-run-listThom May2014-03-041-12/+33
|\