RSpec anyone?

Has anyone got RSpec running under IronRuby? I tried to run the RSpec
test suite with IronRuby several months ago and was met with a few
issues with dependent libs (FakeFS, if I recall correctly). Both
projects have advanced since then, but I haven’t had a chance to try
it again with the latest.

So, anyone tried this recently?


Will G.
http://hotgazpacho.org/

I was using RSpec up until a month ago without any trouble. I don’t
recall
doing anything special to get it working.

B

I did a lecture last week at the RubyConfBR and I showed RSpec running
under
IronRuby testing C# dlls.

Works fine…

What I did?

igem install rspec

and to run:
ir myspecfile.rb

Att,
Vinicius Quaiato - Brazil