#487: Enhanced GCD Spec for Dispatch::Queue ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: enhancement | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: gcd ----------------------------------------+----------------------------------- Old description:
Miscellaneous cleanups and enhancements
- Removed duplicate " lambda { Dispatch::Queue.concurrent(42) }.should raise_error(TypeError)"
- Added test for creating queue without passing a label
- Added tests for using "label" in to_s and inspect
- Trimmed "Group" from TODO; added wait and notify tests
New description: Miscellaneous cleanups and enhancements - Removed duplicate " lambda { Dispatch::Queue.concurrent(42) }.should raise_error(TypeError)" - Added test for creating queue without passing a label - Added tests for using "label" in to_s and inspect -- Comment(by ernest.prabhakar@…): Moved Group changes to #497 -- Ticket URL: <http://www.macruby.org/trac/ticket/487#comment:1> MacRuby <http://macruby.org/>