Revision
4353
Author
ernest.prabhakar@gmail.com
Date
2010-07-13 15:37:07 -0700 (Tue, 13 Jul 2010)

Log Message

Deprecate Dispatch::Group#on_compltion in favor or notify, since untested

Modified Paths

Diff

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


--- MacRuby/trunk/spec/macruby/core/gcd/group_spec.rb	2010-07-13 22:37:05 UTC (rev 4352)
+++ MacRuby/trunk/spec/macruby/core/gcd/group_spec.rb	2010-07-13 22:37:07 UTC (rev 4353)
@@ -73,9 +73,6 @@
       end
     end
     
-    describe :on_completion do
-      it_should_behave_like "notify"
-    end
   end
   
  end