Ticket #496 (closed defect: fixed)
spec/macruby/core/gcd_spec.rb should become a directory, one file per class
| Reported by: | ernest.prabhakar@… | Owned by: | ernest.prabhakar@… |
|---|---|---|---|
| Priority: | critical | Milestone: | MacRuby 0.5 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
GCD is complicated enough that the specs will be easier to manage and maintain with one file per class.
http://www.macruby.org/trac/browser/MacRuby/trunk/spec/macruby/core/gcd_spec.rb
I propose creating a "gcd" subdirectory inside spec/macruby/core and splitting the current spec into:
queue_spec.rb group_spec.rb
Then adding new files for the other classes and specs as they are written.
Change History
Note: See
TracTickets for help on using
tickets.

