Modified: MacRuby/trunk/spec/macruby/library/dispatch/actor_spec.rb (3401 => 3402)
--- 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