[macruby-changes] [3362] MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 29 15:40:00 PST 2010


Revision: 3362
          http://trac.macosforge.org/projects/ruby/changeset/3362
Author:   ernest.prabhakar at gmail.com
Date:     2010-01-29 15:40:00 -0800 (Fri, 29 Jan 2010)
Log Message:
-----------
Fixed spec name

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb

Modified: MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb	2010-01-29 04:03:50 UTC (rev 3361)
+++ MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb	2010-01-29 23:40:00 UTC (rev 3362)
@@ -113,7 +113,7 @@
       end
       
       describe "on_file_event" do
-        it "fires with data on how many bytes can be written" do
+        it "fires with data indicating which file event(s)" do
           @file = File.open(@filename, "w")
           @fired = false
           @src = @q.on_file_event(@file, :delete, :write, :extend, :attrib, :link, :rename, :revoke) do |s|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100129/3fde03c0/attachment.html>


More information about the macruby-changes mailing list