summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-06 16:10:19 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-06 16:39:50 +0200
commit28627bc21e76aec91bef9a4b44eadd83e79fd39b (patch)
treebc136a225053ce7ce2d2843cc8de543e1381c776
parent945bcaceb46c747ee696e9456892458d30214f7a (diff)
downloadbundler-remove_localhost_file_uris.tar.gz
Try get output in real time on azureremove_localhost_file_uris
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ba7b362b5b..8f9b8f4b39 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,6 +3,8 @@
$:.unshift File.expand_path("..", __FILE__)
$:.unshift File.expand_path("../../lib", __FILE__)
+STDOUT.sync = true
+
require "bundler/psyched_yaml"
require "bundler/vendored_fileutils"
require "uri"