Revision: 3402 http://trac.macosforge.org/projects/ruby/changeset/3402 Author: ernest.prabhakar@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