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
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