summaryrefslogtreecommitdiff
path: root/spec/unit/data_bag_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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
* ensure unit tests are correctThom May2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-38/+38
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-10/+10
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-35/+35
* 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
* Databag spec specifies not windowsjdmundrawala/databag-spec-fixJay Mundrawala2014-09-291-0/+1
* [CHEF-3399] Tests: check data_bag_path instead of @paths.Ivan Larionov2014-06-011-1/+1
* [CHEF-3399] Raise in case of data bag items conflict. Tests.Ivan Larionov2014-05-311-6/+50
* [CHEF-3399] Use first seen data bag (do not overwrite). Tests.Ivan Larionov2014-05-311-5/+11
* [CHEF-3399] better place for stub helpersIvan Larionov2014-05-311-8/+8
* [CHEF-3399] data bag solo tests cleanupIvan Larionov2014-05-311-8/+16
* [CHEF-3399] Make data_bag_path an array like cookbook_pathIvan Larionov2014-05-311-12/+29
* s/mock\(/double(/gLamont Granquist2014-01-291-3/+3
* s/stub!/stub/gLamont Granquist2014-01-291-3/+3
* CHEF-3531: add tests for allowing dots in data bag names or idsIlan Rabinovitch2013-12-201-0/+6
* Make Chef::DataBag.save use POST instead of PUTJeremiah Snapp2013-10-041-6/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-4/+4
* Adjust the return value of DataBag.list to be a Hash, the same as when not in...Hiroaki Nakamura2013-05-241-1/+1
* Add a regression test to 'spec/unit/data_bag_spec.rb' to make sure thatHiroaki Nakamura2013-05-241-0/+7
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+169