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 Green 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 On Nov 3, 2010 9:30 PM, "William Green" <will at hotgazpacho.org> wrote:> 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 Green > http://hotgazpacho.org/ > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20101103/b2b39919/attachment.html>
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 On Wed, Nov 3, 2010 at 11:22 PM, William Green <will at hotgazpacho.org> wrote:> 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 Green > http://hotgazpacho.org/ > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20101105/7ec87428/attachment.html>