diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-05-06 16:10:19 +0200 |
|---|---|---|
| committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-05-06 16:39:50 +0200 |
| commit | 28627bc21e76aec91bef9a4b44eadd83e79fd39b (patch) | |
| tree | bc136a225053ce7ce2d2843cc8de543e1381c776 | |
| parent | 945bcaceb46c747ee696e9456892458d30214f7a (diff) | |
| download | bundler-remove_localhost_file_uris.tar.gz | |
Try get output in real time on azureremove_localhost_file_uris
| -rw-r--r-- | spec/spec_helper.rb | 2 |
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" |
