Archive for February, 2008

Running all of IronRuby’s specs

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..

Testing .net with IronRuby’s mini_rspec.rb

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..

Revision 76 Posted

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..