From 08f4e66fb3ed73d3f6b99488db372e429c73f838 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 19 Feb 2019 21:59:39 -0600 Subject: [PATCH] Update test_binder.rb fix skip syntax --- test/test_binder.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/test_binder.rb b/test/test_binder.rb index 86d3b18f..db9f659c 100644 --- a/test/test_binder.rb +++ b/test/test_binder.rb @@ -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__