summaryrefslogtreecommitdiff
path: root/spec/unit/knife/data_bag_from_file_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-2/+0
| | | | | | | | The format was previously not stable because chef-zero (or other test code) would `require 'json'` and undo ffi-yajl's monkey patches to the JSON gem. We would probably be better off if we can get out of the business of monkeypatching JSON or attempting to provide compatibility at all, in which case this commit could be reverted.
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
|
* s/stub!/stub/gLamont Granquist2014-01-291-14/+14
| | | | fix deprecation warnings
* [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-0/+5
| | | | | | | * Use JSON instead of YAML to serialize encrypted data bag values before encrypting. * Use a random IV for each encrypted value for resilience against some types of crypto attacks. Fixes CHEF-3480.
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+191
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!