public
Description: RSpec-style specification for the Ruby programming language
Homepage: http://rubyspec.org
Clone URL: git://github.com/rubyspec/rubyspec.git
Removing old comment.
febuiles (author)
Mon Jul 07 08:18:56 -0700 2008
commit  5d7fefb18f9569c6cefebe0a1e3fb3b43ddedcd3
tree    4994ea4c62ebd2bff9e5159704397d3f00cf92c6
parent  fd67a510d244121db3a42f5b2cd28e601ff1ea6a
...
14
15
16
17
18
19
20
...
14
15
16
 
17
18
19
0
@@ -14,7 +14,6 @@ describe "Socket#bind" do
0
     @sock.close unless @sock.closed?
0
   end
0
 
0
- # TODO: Needs to actually check something.
0
   it "binds to a port" do
0
     sockaddr = Socket.pack_sockaddr_in(SocketSpecs.port, "127.0.0.1");
0
     lambda { @sock.bind(sockaddr) }.should_not raise_error

Comments

    No one has commented yet.