summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Spec updates for dscl changes.Serdar Sutay2014-09-041-1/+2
* rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-031-3/+3
* Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-031-3/+1
* Knife now prefers DIR/config.rb to DIR/knife.rbdanielsdeleo2014-09-031-22/+68
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-034-173/+238
* Check the group membership using dscl on Mac.Serdar Sutay2014-09-031-3/+5
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-022-3/+4
|\
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-302-3/+4
* | Unit spec, Ruby Pathname class on Windows does not remove leading duplicate p...Adam Edwards2014-08-301-1/+1
* | Make join work properly with leading slashesJohn Keiser2014-08-302-3/+8
* | Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-302-61/+115
* | Fix Windows path bugs, run all config tests against WindowsJohn Keiser2014-08-301-250/+254
* | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-299-170/+168
* | CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-291-3/+19
* | combine "no" and "none" freebsd services based on @btm commentDave Eddy2014-08-291-11/+1
* | implement @btm comment about test description stringsDave Eddy2014-08-291-4/+4
* | test for none caseDave Eddy2014-08-291-0/+10
* | add right-match tests for rc.confDave Eddy2014-08-291-3/+33
* | add checks for partial matches in enable/disableLamont Granquist2014-08-291-1/+15
* | refactoring freebsd provider + unit testsLamont Granquist2014-08-292-191/+352
* | modernize freebsd service specLamont Granquist2014-08-291-162/+187
* | Merge pull request #1895 from opscode/mcquin/CHEF-5282Serdar Sutay2014-08-282-0/+96
|\ \
| * | Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-262-41/+57
| * | Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-262-0/+80
* | | Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-271-4/+0
|/ /
* | Fixes based on PR comments.Serdar Sutay2014-08-261-4/+11
* | Specs for bootstrap cleanup.Serdar Sutay2014-08-261-168/+277
* | Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-262-30/+0
* | Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-6/+4
* | Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-261-22/+0
* | Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-251-0/+58
* | CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-0/+14
* | Use path_join to create local-mode-cacheJohn Keiser2014-08-231-16/+63
* | Look up username instead of resource nameBryan McLellan2014-08-221-0/+7
* | Update to chef-zero 3John Keiser2014-08-221-1/+0
* | Add error logging on failure to load secret file.Claire McQuin2014-08-221-11/+19
* | Ignore v3 encryption detection on ruby < 2.0.Claire McQuin2014-08-221-1/+1
* | Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-221-9/+9
* | Fix stubs.Claire McQuin2014-08-221-12/+21
* | Update for changed error message return.Claire McQuin2014-08-221-1/+1
* | Enable autodetection of encrypted data bag items.Claire McQuin2014-08-221-14/+65
* | Spec out behavior for autodetecting encrypted data bag items.Claire McQuin2014-08-221-1/+57
* | Update to RSpec 3 syntax.Claire McQuin2014-08-221-23/+41
* | there is always an option!James Belchamber2014-08-211-1/+1
* | stupid end where the end shouldn't endJames Belchamber2014-08-211-1/+0
* | remount now honours optionsJames Belchamber2014-08-211-0/+10
* | Fix review call outs.markgibbons2014-08-211-5/+30
* | CHEF-1737: Remove extraneous notes.markgibbons2014-08-211-9/+1
* | CHEF-1737: New provider rspec testsmarkgibbons2014-08-211-10/+161
* | CHEF-1737: Fix noauto support.markgibbons2014-08-212-0/+15