[Ironruby-core] Is it possible to yield C# code?

2010-11-29 Thread Jonas Elfström
I'm sorry if this is the wrong list. Please direct me if so. This is not really something I'm losing sleep over but still I'm a fair bit curious to know if it's possible to yield code that's not Ruby from IronRuby. Is it? The following C# gives me a wrong number of arguments (1 for 0) exception.

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Mike Hatfield
Sorry Sundae, I had a type-o on the Cucumber version. try: igem install cucumber -v=0.6.4 It's 0.6.4, not 1.6.4. Again. Apologies. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Sundae Oliseh
Thanks for your very detailled example Mike. I've run into some issues while following it: when I run the following statement: igem install cucumber -v=1.6.4 here's the error message I received: C:\IronRuby\bin>igem install cucumber -v=1.6.4 ERROR: could not find gem cucumber locally or in a rep

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Tomas Matousek
Do these problems manifest when using IronRuby 1.1.2? (master from github). Could you file a bug with details if so? Thanks, Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Mike Hatfield Sent: Monday, November 29, 2010 11:16 AM To: ironr

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Mike Hatfield
It seems that Cucumber for IronRuby is a little broken at the moment. There's an issue with Gherkin (the bdd language used by Cucumber and SpecFlow). To get around this, I installed an older version of Cucumber that did not have this dependency. I installed Cucumber 1.6.4 with the command: igem

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Sundae Oliseh
I am currently following this tutorial: http://blog.webintellix.com/2009/10/how-to-use-cucumber-with-net-and-c.html and I'm stuck on step 4 with the following error: C:\Ruby192\bin>icucumber -help c:/Ruby192/lib/ruby/gems/1.9.1/gems/gherkin-2.2.9-x86-mingw32/lib/gherkin/native /ikvm.rb:16:in `lo

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Sundae Oliseh
Hi Cory, I was suspecting that something was not quite right with RSPEC. I Will take a look at Cucumber instead. I will definitely pick up a copy of that book. Thanks for the recommendation. Cory Foy wrote in post #964205: > Hi Sundae, > > Indeed they are. You want to be looking at Cucumber i

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-29 Thread Sundae Oliseh
I'm running IronRuby 1.0.0.0 on .NET 2.0.50727.3615 Mike. Mike Hatfield wrote in post #964264: > Hi Sundae, > > The articles in MSDN magazine are a little out dated. What versions on > IronRuby are you running? You can type in ir -v to get the version. I > remember struggling with these articl