I am getting the following error when trying to run Cucumber on IronRuby "c:/ruby/bin/cucumber:19: undefined method 'bin_path' for Gem:Module (NoMethodError)".
I have been following the example given on http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net.
I created a batch file called icucumber.bat that contains the following:
@ECHO OFF
REM This is to tell IronRuby where to find gems.
SET GEM_PATH=C:\ruby\lib\ruby\gems\1.8
@"C:\ironruby\Merlin\Main\Bin\debug\ir.exe" "c:\ruby\bin\cucumber" %*
I get the error when trying to run icucumber from the command line.
I am using a debug build from the most recent version of the IronRuby source as of when this issue was created.
Machine: Intel Core 2 Duo 2.2Ghz, 4GB RAM
Platform: Windows Vista Ultimate 64-bit
CLR: v2.0.50727