There is an issue with the Gherkin parser used by Cucumber. Downgrade to Cucumber 0.6.4, which does not use the Ragel-generated (native code) parser. It is slower, but it works.
http://github.com/aslakhellesoy/gherkin/issues/issue/63 -- Will Green http://hotgazpacho.org/ On Wed, Jun 23, 2010 at 2:04 PM, Mohammad Azam <azamsh...@gmail.com> wrote: > What are the steps of running Cucumber with IronRuby? Do I need to make a > separate batch file called ICucumber.bat and then invoke it. Here is my > ICucumber.bat file: > > @ECHO OFF > REM This is to tell IronRuby where to find gems. > SET > MONO_PATH=C:/IronRuby/lib/ironruby/gems/1.8/gems/gherkin-2.0.2-universal-dotnet/lib > SET GEM_PATH=c:\ruby\lib\ruby\gems\1.8 > @"C:\IronRuby\bin\ir.exe" "c:\ruby\bin\cucumber" %* > > Any ideas? > > > > -- > Mohammad Azam > MVP (Microsoft Valuable Professional) > www.highoncoding.com > www.azamsharp.com > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core