[ruby/io-console] Omit on JRuby
https://github.com/ruby/io-console/commit/9122c181eb
This commit is contained in:
parent
678bcfcaa6
commit
21ed929e15
@ -51,6 +51,7 @@ class TestIO_Console < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_bad_keyword
|
def test_bad_keyword
|
||||||
|
omit if RUBY_ENGINE == 'jruby'
|
||||||
assert_raise_with_message(ArgumentError, /unknown keyword:.*bad/) do
|
assert_raise_with_message(ArgumentError, /unknown keyword:.*bad/) do
|
||||||
File.open(IO::NULL) do |f|
|
File.open(IO::NULL) do |f|
|
||||||
f.raw(bad: 0)
|
f.raw(bad: 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user