Posts Tagged ‘tdd’
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 [...]
Mock-ist or Classic-ist
I’ve recently been working on a project trying to use xUnit.net and I’m really pleasantly surprised by one thing…. the change in vocabulary. No longer do we have tests we have facts. It may seem to some that this change means very little (Apart from making it really hard to swap out xUnit.net and put [...]