mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update test_binder.rb
fix skip syntax
This commit is contained in:
parent
4ea9302835
commit
08f4e66fb3
1 changed files with 3 additions and 6 deletions
|
@ -56,8 +56,7 @@ class TestBinder < Minitest::Test
|
|||
end
|
||||
|
||||
def test_binder_parses_tlsv1_disabled
|
||||
skip_on_appveyor
|
||||
skip_on_jruby
|
||||
skip_on :jruby
|
||||
|
||||
key = File.expand_path "../../examples/puma/puma_keypair.pem", __FILE__
|
||||
cert = File.expand_path "../../examples/puma/cert_puma.pem", __FILE__
|
||||
|
@ -70,8 +69,7 @@ class TestBinder < Minitest::Test
|
|||
end
|
||||
|
||||
def test_binder_parses_tlsv1_enabled
|
||||
skip_on_appveyor
|
||||
skip_on_jruby
|
||||
skip_on :jruby
|
||||
|
||||
key = File.expand_path "../../examples/puma/puma_keypair.pem", __FILE__
|
||||
cert = File.expand_path "../../examples/puma/cert_puma.pem", __FILE__
|
||||
|
@ -84,8 +82,7 @@ class TestBinder < Minitest::Test
|
|||
end
|
||||
|
||||
def test_binder_parses_tlsv1_unspecified_defaults_to_enabled
|
||||
skip_on_appveyor
|
||||
skip_on_jruby
|
||||
skip_on :jruby
|
||||
|
||||
key = File.expand_path "../../examples/puma/puma_keypair.pem", __FILE__
|
||||
cert = File.expand_path "../../examples/puma/cert_puma.pem", __FILE__
|
||||
|
|
Loading…
Add table
Reference in a new issue