aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-11 20:39:02 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-11 20:39:02 -0300
commitba62fa59f8600245e6fd85942ae6c3e8a9765077 (patch)
tree7d949161861c3ac40d0467e74de7ee6db85d180a /activesupport
parent2c98f1e86dcc866afb79194f3896235a9357d4b3 (diff)
parenta563f013d4929afae66abf6866c35958f2302cdf (diff)
downloadrails-ba62fa59f8600245e6fd85942ae6c3e8a9765077.tar.gz
rails-ba62fa59f8600245e6fd85942ae6c3e8a9765077.tar.bz2
rails-ba62fa59f8600245e6fd85942ae6c3e8a9765077.zip
Merge pull request #16143 from robin850/silence-downloading-output
Silence Downloader's output
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/multibyte_conformance_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_conformance_test.rb b/activesupport/test/multibyte_conformance_test.rb
index bdbdf0390a..58385c8810 100644
--- a/activesupport/test/multibyte_conformance_test.rb
+++ b/activesupport/test/multibyte_conformance_test.rb
@@ -10,7 +10,6 @@ require 'tmpdir'
class Downloader
def self.download(from, to)
unless File.exist?(to)
- $stderr.puts "Downloading #{from} to #{to}"
unless File.exist?(File.dirname(to))
system "mkdir -p #{File.dirname(to)}"
end