summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/rdoc/code_objects.rb
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-03-08 16:59:12 -0800
committerMatt Robinson <matt@puppetlabs.com>2011-03-08 17:22:02 -0800
commita3f2357215b15f318500d6637f393dad0d4a4181 (patch)
tree3b3142c26154374e3ffefa2fe875833367c4da5b /lib/puppet/util/rdoc/code_objects.rb
parente8763415627cf41cefece00bf4dbc48e9be81d1d (diff)
downloadpuppet-a3f2357215b15f318500d6637f393dad0d4a4181.tar.gz
puppet-a3f2357215b15f318500d6637f393dad0d4a4181.tar.xz
puppet-a3f2357215b15f318500d6637f393dad0d4a4181.zip
maint: Remove spec run noise
There were some warnings and stack traces in the spec output that aren't necessary. The only interesting fix is of the message: lib/puppet/module.rb:79 warning: multiple values for a block parameter (0 for 1) from lib/puppet/util/logging.rb:30 If you call any form of logging on a module you end calling the file method on the module just because logging always checks for that method and calls it if it's defined, but in this case it's not defined in the way that logging expected so passes the wrong paramters. The easy solution is just to call logging on Puppet, which makes sense in this case anyway, and I don't think it's worth a separate ticket to deal with that logging warning. Reviewed-by: Nick Lewis <nick@puppetlabs.com>
Diffstat (limited to 'lib/puppet/util/rdoc/code_objects.rb')
0 files changed, 0 insertions, 0 deletions