Posts Tagged ‘bdd’
NSpecify => RSpec… well closer anyway
So as I’ve been doing some Ruby+Rails work recently, I’ve become very enamoured of Rspec, it’s ability to turn plain text tests into runable tests is awesome.
I love that I can run this as an automated test:
Story: News Page
As a visitor
I Want to go to the news site
So that I can keep up with all [...]
NSpecify Nunit add-in fix for InitializeFunctionality methods
Well I still exist!
Recently I’ve been moving more and more into understanding how a specification test should be written using NSpecify a really nice framework for running tests.
Also I’ve been seriously involved in getting the teams build process up and running in a much more meaningful form, as such I’ve noticed a bug in the [...]