Search code examples
cucumberironruby

undefined method 'bin_path' error on invoking cucumber with ironruby


Just riding on the BDD wave for the past 2 days.. I was intrigued with Aslak Hellesoy's InfoQ video on RSpec. Specifically with the language agnostic integration testing framework claims.. SO I was looking at testing a .Net app with Cucumber which seems to be the latest avatar of the BDD story runner.

Followed the examples on cukes.info and the wiki pages to do this. Installed IronRuby too.. However the end-result was different in that I get a huge stacktrace.

Posted a comment on the IronRuby Issue Tracking page for the bug

If anyone has worked around this or knows whats up... please leave a response. Thanks.


Solution

  • JFYI - Got this working after a bit of thrashing about with cryptic errors. Although this is supposed to be fixed in the next release as per the IronRuby developers, Posting my steps to get this working as of today with the 0.9 release
    http://madcoderspeak.blogspot.com/2009/09/testing-net-code-with-cucumber-and.html