]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
(maint) Stop printing the directory of spec_helper
authorJeff McCune <jeff@puppetlabs.com>
Wed, 7 Mar 2012 19:51:31 +0000 (11:51 -0800)
committerJeff McCune <jeff@puppetlabs.com>
Wed, 7 Mar 2012 19:51:31 +0000 (11:51 -0800)
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.

spec/spec_helper.rb

index 87aac34075835c33515ee4e215234b8f6dba9fd4..ad736d8e9decd96a5745382f670626ec6279c05a 100644 (file)
@@ -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