Revision
3114
Author
ernest.prabhakar@gmail.com
Date
2009-12-14 16:42:10 -0800 (Mon, 14 Dec 2009)

Log Message

Cleaned up Dispatch::Group spec and tags

Modified Paths

Diff

Modified: MacRuby/trunk/spec/macruby/core/gcd/group_spec.rb (3113 => 3114)


--- MacRuby/trunk/spec/macruby/core/gcd/group_spec.rb	2009-12-15 00:26:43 UTC (rev 3113)
+++ MacRuby/trunk/spec/macruby/core/gcd/group_spec.rb	2009-12-15 00:42:10 UTC (rev 3114)
@@ -73,7 +73,7 @@
       end
     end
     
-    describe "Dispatch::Group#on_completion" do
+    describe :on_completion do
       it_should_behave_like "notify"
     end
   end

Modified: MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/group_tags.txt (3113 => 3114)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/group_tags.txt	2009-12-15 00:26:43 UTC (rev 3113)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/group_tags.txt	2009-12-15 00:42:10 UTC (rev 3114)
@@ -1 +0,0 @@
-fails:Dispatch::Group wait can wait forever until associated blocks have been run