Skip to content

Commit

Permalink
Fix order of OpenSSL require.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 2, 2023
1 parent 883f4ca commit c23ee78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/nio/selectables/ssl_socket_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# frozen_string_literal: true

require "spec_helper"
require "openssl"

RSpec.describe OpenSSL::SSL::SSLSocket do

require "openssl"

before(:all) do
@tls = []
end
Expand Down

0 comments on commit c23ee78

Please sign in to comment.