Prune the Kernel#puts override i nspec_helper

Not sure why this was here, but it's adding stupid HTML into everything!
This commit is contained in:
R. Tyler Croy 2012-07-29 21:31:22 -07:00
parent 5a05467f09
commit 8fb478355c
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ $:.unshift Pathname(__FILE__).dirname.join('../lib')
require 'jenkins/plugin/runtime'
require 'jenkins/plugin/proxies/proxy_helper'
def puts(msg = nil)
require 'erb'
super ERB::Util.h(msg) + "<br/>"
end
module SpecHelper
# Java does not support opening directory as a File: File.open(".")
# So Dir.mktmpdir {} does not work on JRuby because it tries to delete directory