[macruby-changes] [5031] MacRuby/trunk/spec/macruby/library/socket/sendfile_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Dec 15 01:01:17 PST 2010


Revision: 5031
          http://trac.macosforge.org/projects/ruby/changeset/5031
Author:   lsansonetti at apple.com
Date:     2010-12-15 01:01:13 -0800 (Wed, 15 Dec 2010)
Log Message:
-----------
remove useless require statement

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/library/socket/sendfile_spec.rb

Modified: MacRuby/trunk/spec/macruby/library/socket/sendfile_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/library/socket/sendfile_spec.rb	2010-12-15 08:38:42 UTC (rev 5030)
+++ MacRuby/trunk/spec/macruby/library/socket/sendfile_spec.rb	2010-12-15 09:01:13 UTC (rev 5031)
@@ -1,5 +1,4 @@
 require 'socket'
-require 'dispatch'
 
 describe "Socket" do
   describe :sendfile do
@@ -41,4 +40,4 @@
       server.close
     end
   end
-end
\ No newline at end of file
+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101215/e3d1a7fe/attachment.html>


More information about the macruby-changes mailing list