I was playing around with using extension methods within my mspec tests and think I have found a nice way of descriptively setting up variables:
[gist id="393381"]
I am not too sure about the scanability of the tests since it requires a bit of jumping around to find out what is going on however I do like that the test is more English than C# :)
categorized as MSpec, ideas.
