summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Less contrained versions and fix copyrightruby22Tim Smith2016-10-131-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Allow applications to query if they've got loggersThom May2016-08-121-0/+5
| | | | | | This is required to avoid the problems in #17 Signed-off-by: Thom May <thom@may.lt>
* fix chefstyleThom May2016-08-031-2/+2
| | | | Signed-off-by: Thom May <thom@may.lt>
* make travis-ci happyMax Horbul2016-03-181-4/+4
|
* clean up warnings related to the old rspec syntaxMax Horbul2016-03-181-2/+2
|
* File log devices opened by mixlib-log should be closed.Max Horbul2016-03-181-0/+32
| | | | | | | Ruby does not have a destructor concept so the opened files should be closed explicitely. The ruby logger which is used as a default logger here does not close logdevices it opened until #close method is called. When #rest! happens the logger instance gets destroyed but the #close method is not triggered. This patch should help to solve the problem described here: https://github.com/chef/chef/issues/3435
* Update to rspec 3.X formatcleanupTim Smith2016-03-012-26/+24
| | | | It's possible the specs need more cleanup. I only focuses on deprecation messages.
* Resolve chef style issuesTim Smith2016-03-013-19/+18
|
* Opscode -> ChefTim Smith2016-03-013-8/+8
|
* Ensure that arguments to Mixlib::Log#add are passed as is to all loggersKetan Padegaonkar2012-12-151-0/+9
|
* update spec tests for CHEF-2161Bryan McLellan2012-06-081-2/+2
|
* Add example for default base log level.Björn Albers2012-06-011-0/+7
|
* require explicit rspec for testingBryan McLellan2011-10-011-0/+1
|
* Add support for initializing Mixlib::Log with a loggerDaniel DeLeo2011-03-171-4/+36
|
* add multiple logger supportDaniel DeLeo2011-03-151-10/+10
|
* upgrade to rspec 2Daniel DeLeo2011-03-042-5/+2
|
* [CHEF-1382] allow the logger to be reinitializedDaniel DeLeo2010-10-131-5/+24
|
* making log level changes backward compatibleChristopher Brown2009-12-142-4/+43
|\
| * make log level changes backward compatibleChristopher Brown2009-12-142-4/+43
| |
* | fix log level settingChristopher Brown2009-12-111-3/+3
|/
* Add spec optsAJ Christensen2009-05-151-0/+4
|
* Convert to jewelerAJ Christensen2009-05-122-4/+8
|
* Initial commitAdam Jacob2009-03-113-0/+124