I’ve had a go at implementing my Etsy.com gherkin scenarios using Watir-WebDriver in Ruby rather than C#. I like the flexibility of dynamic languages like Ruby, but I tend to make more silly mistakes that are picked up straight away when I am writing static typed code like C#, but I guess that’s the downside to dynamic languages, less error checking built into IDEs due to the flexibility the language offers.
You can check out and download my ruby code on my Github project page.

This is cool. I’ve a similar example done in cucumber webdriver. http;//github.com/kksure