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

2010-11-25 Thread Sundae Oliseh
Hi Guys, I'm trying to run the following script: require 'rubygems' require 'spec/story' steps_for(:product_x) do Given("Product $productName at $price") do |productName, price| pending "Need to complete implementation for accessing C# object" end When("user requests a $amount user lice

Re: [Ironruby-core] ScriptScope from IDictionary + function definitions = NotImplementedException

2010-11-25 Thread Anton Firsov
Very nice, Thanks! There is another error related to scopes, here is a code to reproduce it: http://paste.dprogramming.com/dpw8o44y It throws NullReferenceException for me. When I executed the commented lines (using no scope), no exception was thrown. Anton 2010/11/21 Tomas Matousek > I’ve j