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

Commit b853a35

Browse files
committed
debug
1 parent 414142d commit b853a35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/rspec/support/spec/stderr_splitter_spec.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@
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
104104
if RSpec::Support::Ruby.jruby? && !RSpec::Support::Ruby.jruby_9000?
105-
skip "JRuby < 9.0.0.0 doesn't have a predictable identifier for stdout"
105+
#skip "JRuby < 9.0.0.0 doesn't have a predictable identifier for stdout"
106106
end
107+
puts STDERR..methods.sort.inspect
108+
puts defined?(STDIO) && STDIO::ERR.inspect
107109

108110
cloned = splitter.clone
109111
expect(splitter.to_io).to be_stderr

0 commit comments

Comments
 (0)