[macruby-changes] [3402] MacRuby/trunk/spec/macruby/library/dispatch/actor_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 1 17:35:43 PST 2010


Revision: 3402
          http://trac.macosforge.org/projects/ruby/changeset/3402
Author:   ernest.prabhakar at gmail.com
Date:     2010-02-01 17:35:42 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
Rewrote Actor on top of SimpleDelegator

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

Modified: MacRuby/trunk/spec/macruby/library/dispatch/actor_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/library/dispatch/actor_spec.rb	2010-02-02 01:35:36 UTC (rev 3401)
+++ MacRuby/trunk/spec/macruby/library/dispatch/actor_spec.rb	2010-02-02 01:35:42 UTC (rev 3402)
@@ -30,7 +30,8 @@
     end
 
     it "should invoke actee methods on a private serial queue" do
-      true.should == true
+      q = @actor.current_queue
+      q.label.should =~ "queue"
     end
 
     it "should call actee Synchronously if block is NOT given" do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100201/e7c8f5a7/attachment-0001.html>


More information about the macruby-changes mailing list