summaryrefslogtreecommitdiff
path: root/spec/unit/config_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-2/+2
* Mute :log_level and :log_location deprecation warnings from ohai config.Claire McQuin2015-07-271-0/+31
* Chef::Config is now tested in chef-configdanielsdeleo2015-05-201-587/+0
* Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-281-1/+44
* Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-8/+2
* Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-061-0/+39
* suppress locale -a warnings on windowsLamont Granquist2014-11-251-2/+2
* stop recomputing locale -a constantlylcg/memoize-localeLamont Granquist2014-11-171-3/+3
* Update to RSpec 3.Claire McQuin2014-10-291-66/+66
* Use shell_out to get localesClaire McQuin2014-10-151-0/+89
* stubs for :ssl_verify_mode default as :verify_peermcquin/verify_peer_defaultClaire McQuin2014-09-151-2/+2
* Make join work properly with leading slashesJohn Keiser2014-08-301-1/+1
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-33/+9
* Fix Windows path bugs, run all config tests against WindowsJohn Keiser2014-08-301-250/+254
* Use path_join to create local-mode-cacheJohn Keiser2014-08-231-16/+63
* CHEF-5365 - added a unit test to ensure fallback of Dir.pwd works without env...brettcave2014-06-171-0/+5
* fix stubs for windowsClaire McQuin2014-05-221-13/+12
* change backup cache location to user's .chefClaire McQuin2014-05-221-6/+6
* Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-221-10/+65
* collect :user_home at correct time, for windowsClaire McQuin2014-04-301-14/+3
* Fix constant redefinition warnings in config testsdanielsdeleo2014-04-241-6/+0
* s/stub!/stub/gLamont Granquist2014-01-291-4/+4
* CHEF-4725: Validate 'log_location' setting on log initializationNikhil Benesch2014-01-201-30/+0
* Allow single letter usernames.Matthew M. Boedicker2013-11-061-0/+10
* [CHEF-4363] Remove unnecessary restoration of Chef::ConfigBryan McLellan2013-11-061-4/+0
* [CHEF-4363] Allow adding event_handlers via config fileRanjib Dey2013-11-061-0/+14
* Default value for ssl_ca_file should be nil only on UNIX.sersut2013-10-211-2/+8
* Merge branch 'auto-configure-windows-cacert'danielsdeleo2013-10-181-0/+30
* Add a root config_dir config optiondanielsdeleo2013-10-171-0/+64
* Remove config reload hacksdanielsdeleo2013-10-171-9/+0
* Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-161-4/+0
* Make formatters clear with Chef::Config.resetJohn Keiser2013-09-161-13/+5
* Reset configuration before each testJohn Keiser2013-09-161-5/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-5/+9
* added a test for CHEF-4114Yoni Yalovitsky2013-05-301-0/+8
* Adding support for environments when running under chef-solo.Nick Stielau2013-05-301-0/+11
* [CHEF-4176] remove unneeded aliases for chef_server_urldanielsdeleo2013-05-101-23/+21
* [CHEF-4106] Remove obsolete default configurationTeemu Matilainen2013-05-101-25/+1
* [CHEF-4011] use `platform_specific_path` helper in specsSeth Chisamore2013-04-171-7/+5
* removing an_return to as its deprecatedRanjib Dey2013-04-111-2/+2
* Fix trailing whitespace. >_<Seth Chisamore2013-04-111-2/+2
* [CHEF-4011] move default secret file path to Chef::ConfigSeth Chisamore2013-04-111-0/+27
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-0/+7
|\
* | Change default output to formatters when in consoledanielsdeleo2012-11-201-0/+45
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+215
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-91/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
* Working on network layerAdam Jacob2008-05-191-0/+6
* The symlink provider should set the source_file to an empty string if the lin...Adam Jacob2008-05-011-1/+1
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-18/+33