diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-03-07 11:51:31 -0800 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-03-07 11:51:31 -0800 |
commit | 3310b9e190a85263689db8848c3855c54e0e0212 (patch) | |
tree | c42ec909733f9745e14b4c86cb47aad31ca41930 /spec | |
parent | 63834354c2c2ed56a01c8ff3d898c62d53551de1 (diff) | |
download | puppet-stdlib-3310b9e190a85263689db8848c3855c54e0e0212.tar.gz puppet-stdlib-3310b9e190a85263689db8848c3855c54e0e0212.tar.bz2 |
(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.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |