(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:
parent
63834354c2
commit
3310b9e190
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue