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

2010-02-23 Thread John Nolan
st_create_person_called_john' >:0:in `send' >:0:in `each' >:0:in `each' >testrunner.rb:66:in `start_mediator' >testrunnerutilities.rb:28:in `run' > > 1 tests, 1 assertions, 0 failures, 1 errors > > I've

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