Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 10, 2024
1 parent 414142d commit fa11ed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/rspec/support/spec/stderr_splitter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@
# 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
if RSpec::Support::Ruby.jruby? && !RSpec::Support::Ruby.jruby_9000?
skip "JRuby < 9.0.0.0 doesn't have a predictable identifier for stdout"
#skip "JRuby < 9.0.0.0 doesn't have a predictable identifier for stdout"
end
puts STDERR.methods.sort.inspect
puts defined?(STDIO) && STDIO::ERR.inspect

cloned = splitter.clone
expect(splitter.to_io).to be_stderr
Expand Down

0 comments on commit fa11ed1

Please sign in to comment.