Does anyone know if there is an MSpec installer with R# and/or TestDriven.NET support?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

There is no official installer for MSpec BDD Framework. I have released it for my own and it is available on my blog. It is able to integrate MSpec 0.3 with Resharper 4.1, 4.5, 5.0 and TestDriven.NET so it is what you need.

Link to MSpec BDD Framework installer

link|improve this answer
Thanks that's what I was looking for – Miriam Nov 25 '09 at 16:15
feedback

Even better if you have the latest version of TestDriven.NET (>=2.24): Just drop MSpec's TestDriven.NET runner assembly (Machine.Specifications.TDNetRunner.dll) and the Machine.Specifications.dll.tdnet file in the project folder containing the Machine.Specifications.dll assembly and MSpec will work automagically. No installation needed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown