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

Commit eda9918

Browse files
committed
JRuby errors from rspec-mocks
1 parent bd26f12 commit eda9918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rspec/support/spec/shell_out.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def run_ruby_with_current_load_path(ruby_command, *flags)
7474
%r{io/console on JRuby shells out to stty for most operations},
7575
# This is a JRuby 9.1.17.0 error on Github Actions
7676
%r{io/console not supported; tty will not be manipulated},
77+
# This is a JRuby 9.2.1.x error
78+
%r{jruby/kernel/gem_prelude},
79+
%r{lib/jruby\.jar!/jruby/preludes},
7780
]
7881

7982
def strip_known_warnings(input)

0 commit comments

Comments
 (0)