From: Jeff McCune Date: Wed, 7 Mar 2012 19:51:31 +0000 (-0800) Subject: (maint) Stop printing the directory of spec_helper X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3310b9e190a85263689db8848c3855c54e0e0212;p=puppet-stdlib.git (maint) Stop printing the directory of spec_helper Without this patch every rspec run prints out the directory of the spec_helper script. I think this was just a debugging line or whatever that accidentally got added. --- diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 87aac34..ad736d8 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,8 +1,6 @@ dir = File.expand_path(File.dirname(__FILE__)) $LOAD_PATH.unshift File.join(dir, 'lib') -p dir - # Don't want puppet getting the command line arguments for rake or autotest ARGV.clear