Re: [Ironruby-core] Getting started with IronRuby and c# issues

2010-02-23 Thread John Nolan
> > Message: 1 > Date: Sat, 20 Feb 2010 10:16:16 + > From: John Nolan > To: ironruby-core@rubyforge.org > Subject: [Ironruby-core] Getting started with IronRuby and c# issues. > Message-ID: > > Content-Type: text/plain; cha

Re: [Ironruby-core] Getting started with IronRuby and c# issues.

2010-02-20 Thread Mark Ryall
ironruby will have 'rubified' the Person class's FirstName method to first_name and I think you mean to assert against the john instance of Person (rather than the Person class). Otherwise it looks pretty close. Try: require "test/unit" require "../IronRuby/bin/debug/IronRubyAndCSharp.dll" clas

[Ironruby-core] Getting started with IronRuby and c# issues.

2010-02-20 Thread John Nolan
Hi IronRuby mailing list, Inspired by a talk by Ben Hall on testing c# with Ruby I thought I'd give it a go but I'm frustratingly stuck at the first hurdle. I've emailed Ben but as I've not had an immediate response I thought I'd open it to you good people. Any way. I thought I'd start off simple