Clarification: we’ve had the means to run RubySpec for a while, and with
the exception of coverage numbers, things were fine. We ran into a
problem where IronRuby wouldn’t respect the exit code you told it to,
and that has made us re-evaluate where the specs should be. We are
moving them to a git repo like John said. In addition to cleaning out
our repo, it will make merging changes to and from RubySpec easier down
the road.
Once these changes are finished, we’ll update the wiki to show how to
setup for development and run the tests.
JD