Sha256: c9477852effea93c5d0a77ef36ed59798597ab051cf80da0a4f130e04285b367

Contents?: true

Size: 210 Bytes

Versions: 42

Compression:

Stored size: 210 Bytes

Contents

require './test/test_helper'

class TestSocketInteraction < Test::Unit::TestCase
  def test_interaction # Issue #67
    require 'backports'
    require 'socket'
    assert_equal nil, UDPSocket.open{}
  end
end

Version data entries

42 entries across 42 versions & 4 rubygems

Version Path
backports-3.1.1 test/socket_interaction_test.rb
backports-3.1.0 test/socket_interaction_test.rb