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

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 6, 2024
1 parent e7453a2 commit cf25a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/rspec/support/spec/stderr_splitter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@

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

0 comments on commit cf25a08

Please sign in to comment.