spec/async/io/shared_endpoint_spec.rb in async-io-1.27.7 vs spec/async/io/shared_endpoint_spec.rb in async-io-1.28.0

- old
+ new

@@ -21,11 +21,9 @@ # THE SOFTWARE. require 'async/io/host_endpoint' require 'async/io/shared_endpoint' -require 'pry' - RSpec.describe Async::IO::SharedEndpoint do include_context Async::RSpec::Reactor describe '#bound' do let(:endpoint) {Async::IO::Endpoint.tcp("localhost", 5123, timeout: 10)}