Re: [Ironruby-core] IronRuby and Cucumber

2010-09-07 Thread kavin_2010 IronRubyuser
Hi Shay, I have been closely following the details mentioned in your website for the past two weeks. The example solution file for running IronRuby using .NET and VS2008 was very helpful for me. I succeeded in running IronRuby scripts using the sample provided by you. Thankyou for the same. kavin

Re: [Ironruby-core] IronRuby and Cucumber

2010-09-07 Thread kavin_2010 IronRubyuser
Hi Shay, Thankyou for the answer. Yes the problem got solved. I got the examples for the cs folder from the below site and compiled. The instruction states that we need to do compile.bat. This worked fine and the dll got generated for me. After this I am stuck and cucumber feature files are no

Re: [Ironruby-core] IronRuby and Cucumber

2010-09-07 Thread Shay Friedman
Hi Kevin, I found the answer to your question here: http://blog.webintellix.com/2009/10/how-to-use-cucumber-with-net-and-c.html. This is what the guy there says: "As of version 0.4.3 of Cucumber, the examples\cs folder is no longer there in the code downloaded with the gem. If you like to run the

[Ironruby-core] IronRuby and Cucumber

2010-09-06 Thread kavin navin
Hi, While I was trying to integrate Iron Ruby and Cucumber the installation succeeded without any problems. But when I wanted to execute some examples for CS folder I found the folder to be missing. Can anyone please let me know where the folder is available. I am using cucumber-0.6.4 and there

Re: [Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' for

2009-05-14 Thread Jimmy Schementi
e- > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Merrell Reed > Sent: Thursday, May 14, 2009 9:30 AM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] IronRuby and Cucumber - undefined method > `bin_path

Re: [Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' for

2009-05-14 Thread Merrell Reed
I just copied the the bin_path code from C:\path\to\ruby\lib\ruby\site_ruby\1.8\rubygems.rb to \path\to\ironruby\libraries\lib\ruby\site_ruby\1.8\rubygems.rb and it works fine with cucumber but I am now getting some new errors with a frozen object being called. I have also fixed the problem wi

Re: [Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' for Gem:Module (NoMethodError)

2009-05-07 Thread Shri Borde
-Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Matt Otto Sent: Thursday, May 07, 2009 10:06 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' for

[Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' for Gem:Module (NoMethodError)

2009-05-07 Thread Matt Otto
Hello, I'm running into the following issue trying to run cucumber with the latest iron ruby source from git: c:/ruby/bin/cucumber:19: undefined method `bin_path' for Gem:Module (NoMethodError) This occurs when running either icucumber --help or the i18n cucumber sample. I've not tried any of the

Re: [Ironruby-core] IronRuby and Cucumber

2008-12-04 Thread Thibaut Barrère
Hi Aslak, thanks for taking the time to make it compatible, and for the write-up as well. I'll definitely give it a try. I was pretty sure this kind of release would happen soon :) ( http://blog.logeek.fr/2008/12/1/thoughts-on-ironruby-and-dotnet-testing) cheers and thanks again for your work, -

Re: [Ironruby-core] IronRuby and Cucumber

2008-12-04 Thread Ben Hall
EXCELLENT!!! I was going to take a look this weekend to see if I could get it to work, also means I can edit my article to include Cucumber now ;) Means I can now deep dive into Cucumber itself Thank you! Ben On Wed, Dec 3, 2008 at 11:16 PM, Aslak Hellesøy <[EMAIL PROTECTED]> wrote: > Hi folk

[Ironruby-core] IronRuby and Cucumber

2008-12-03 Thread Aslak Hellesøy
Hi folks, I have just done some changes to Cucumber (http://github.com/aslakhellesoy/cucumber/wikis/campaign) so it works on IronRuby. It would be great if someone here could check out the instructions and let me know if it looks ok: http://github.com/aslakhellesoy/cucumber/wikis/ironruby-and-net