Re: [Ironruby-core] syntax error, unexpected END_OF_FIL E

2010-11-24 Thread Sundae Oliseh
Ivan Porto carrero wrote in post #963684: > Then("the price should be $price") do |price| >pending "Need to complete implementation for accessing C# object" > End > > should be > > Then("the price should be $price") do |price| >pending "Need to complete implementation for accessing C# obje

Re: [Ironruby-core] syntax error, unexpected END_OF_FIL E

2010-11-24 Thread Ivan Porto Carerro
Then("the price should be $price") do |price| pending "Need to complete implementation for accessing C# object" End should be Then("the price should be $price") do |price| pending "Need to complete implementation for accessing C# object" *e*nd On Wed, Nov 24, 2010 at 7:40 PM, Oliseh Olis