diff options
| -rw-r--r-- | spec/bundler/support/command_execution.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/spec/bundler/support/command_execution.rb b/spec/bundler/support/command_execution.rb index 5639fda3b6..23a8e06041 100644 --- a/spec/bundler/support/command_execution.rb +++ b/spec/bundler/support/command_execution.rb @@ -15,13 +15,8 @@ module Spec original_stdout end - # Can be removed once/if https://github.com/oneclick/rubyinstaller2/pull/369 is resolved def stderr - return original_stderr unless Gem.win_platform? - - original_stderr.split("\n").reject do |l| - l.include?("operating_system_defaults") - end.join("\n") + original_stderr end def to_s_verbose |
