Last month part 1 of my IronRuby and testing article was published in the MSDN Magazine. Part 2 has now been published in the March edition.
The article is titled Automate Acceptance Testing With IronRuby and focuses on the the higher level tests within a system.
Read it online: http://msdn.microsoft.com/en-us/magazine/dd453038.aspx
Great articles – both of them. I’m a huge fan of rspec and think it’s a great language for testing. However, I can’t get it to work in my environment working with the latest IronRuby from github. In your first article you mentioned that you had to make some changes to get it to work. Would you be able to share those changes? I’d like to keep using the latest build from github rather than the MSDN build you posted in article 1.
Thanks again!
Hi Glen,
Really pleased to hear that, thank you for your comments.
In part 1 I included the url to the build, I should have made this more clear.
The url is http://blog.benhall.me.uk/downloads/IronRuby/MSDNBuild.zip
The samples are on the code gallery.
Hope this helps
Ben
Well, I should have been more clear in my comment 🙂 I was actually wondering if you could tell me what changes you had to make. I noticed some issues with the FileOps.cs and had to strip off line numbers of file paths. But beyond that I’ve been running into some odd issues.