(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.
This commit is contained in:
Jeff McCune 2012-03-07 11:51:31 -08:00
parent 63834354c2
commit 3310b9e190

View 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