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'