summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace __FILE__ with __dir__ and use safe operatorschefstyleTim Smith2020-09-081-1/+1
| | | | | | A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Optimize our requiresTim Smith2020-08-211-1/+1
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update copyrights and e-mailsTim Smith2018-07-301-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-201-1/+0
| | | | | | | | | | This change makes mixlib-log an optional dependency. When it's available in the LOAD_PATH it will be used by default, otherwise, all logging will will be forwarded to a null logger that does nothing. This is useful for cases where small utilities can consume mixlib-authentication and not have to pull in additional gems. Signed-off-by: Ryan Cragun <me@ryan.ec>
* Chefstyle and modernisev1.4.1Thom May2016-06-081-3/+3
| | | | Signed-off-by: Thom May <thom@may.lt>
* [CHEF-761] extract header handling into its own classDaniel DeLeo2010-07-211-0/+23