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
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
Hi guys,
I'm new to IronRuby and I'm struggling to run my first test.
I'm getting the following error message :
pricing_scenarios_for_product_x_story.rb:32: syntax error, unexpected
END_OF_FIL
E, expecting END
End
^
When I try to run this script:
require 'rubygems'
require 'spec/story'
I agree this is a total pain in the ass :P The library is a wrapper
around a c++ library generated by SWIG so that's why the conventions
are so blatantly disregarded.
Thanks for dealing with this annoying edgecase :)
Greetings,
Tinco
On Wed, Nov 24, 2010 at 02:43, Tomas Matousek
wrote:
> The li