mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Exclude JRuby from SSL test
This commit is contained in:
parent
1c9dd1461c
commit
63c9625230
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TestPumaServer < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal "https", body
|
assert_equal "https", body
|
||||||
end
|
end unless defined? JRUBY_VERSION
|
||||||
|
|
||||||
def test_proper_stringio_body
|
def test_proper_stringio_body
|
||||||
data = nil
|
data = nil
|
||||||
|
|
Loading…
Reference in a new issue