Skip to content

Commit c23ee78

Browse files
committed
Fix order of OpenSSL require.
1 parent 883f4ca commit c23ee78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/nio/selectables/ssl_socket_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# frozen_string_literal: true
22

33
require "spec_helper"
4+
require "openssl"
45

56
RSpec.describe OpenSSL::SSL::SSLSocket do
6-
7-
require "openssl"
8-
97
before(:all) do
108
@tls = []
119
end

0 commit comments

Comments
 (0)