summaryrefslogtreecommitdiff
path: root/spec/unit/knife/data_bag_create_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-121-2/+19
* Fix sneaky chefstyle violationstm/fix_chefstyleThom May2017-12-111-3/+3
* added test for data bag name containing reserved wordEmilien2017-12-091-1/+22
* fix chefstyle violationstm/chefstylinateThom May2017-10-051-1/+1
* Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-041-0/+8
* Add test to assert we use GET Requestafiune/COOL-634/verify-if-data-bag-existsSalim Afiune2017-03-031-45/+65
* 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-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
* Use double quotes by defaultThom May2016-01-141-4/+4
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-6/+6
* Fixing broken tests and updating all tests to (attempt) to use describe/conte...tyler-ball2014-09-291-1/+1
* Finishing specs for create and edit. During edit functional testing I discov...tyler-ball2014-09-291-20/+3
* Refactoring the common tests out into their own spec. Removing double covera...tyler-ball2014-09-291-131/+5
* Updating tests for encrypted data bag create - found some missing coveragetyler-ball2014-09-291-0/+59
* Fix logic and spec out new knife data bag create behaviors.Claire McQuin2014-09-291-39/+74
* Update to RSpec 3.Claire McQuin2014-09-291-86/+96
* rspec testAnshul Sharma2014-09-291-0/+31
* [Feature] encrypted flag to knife data bag createAnshul Sharma2014-09-291-4/+4
* s/stub!/stub/gLamont Granquist2014-01-291-4/+4
* Added knife spec to test invalid name input for data bag create.tylercloke2013-11-261-0/+7
* [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-0/+5
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+105