You are currently browsing the rubydoes.net weblog archives for February, 2008.
Monday, February 25th, 2008 Posted in UnitTests, IronRuby | No Comments »
It's easy to run all of the specs that have been included thus far. From the command line, change to the root of your IronRuby project. Then type rake spec - ... Read more..Thursday, February 21st, 2008 Posted in UnitTests, Samples, IronRuby | 4 Comments »
The IronRuby team has uses a couple facilities to test their own implementation of the Ruby language. simple_test.rb which resembles a Test::Unit type of framework with less baked in, and ... Read more..Tuesday, February 19th, 2008 Posted in Source, IronRuby | No Comments »
I missed a couple revisions, but 76 was posted last week. Here are the svn logs. rake compile was not working for me before the newest rev, but with this ... Read more..