Deprecate Dispatch::Group#on_compltion in favor or notify, since untested
--- 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