Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit cf25a08

Browse files
committed
debug
1 parent e7453a2 commit cf25a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/rspec/support/spec/stderr_splitter_spec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101

102102
# This spec replicates what matchers do when capturing stderr, e.g `to_stderr_from_any_process`
103103
it 'is able to restore the stream from a cloned StdErrSplitter' do
104+
puts STDERR.fileno
105+
puts STDERR.respond_to?(:path) && STDERR.path
104106
if RSpec::Support::Ruby.jruby? && !RSpec::Support::Ruby.jruby_9000?
105107
skip "JRuby < 9.0.0.0 doesn't have a predictable identifier for stdout"
106108
end

0 commit comments

Comments
 (0)