Forum member
jeffwalker
2 posts
Posts by jeffwalker
-
Unimplemented tests in MSpec treated as failed
In MSpec, when you leave a test unimplemented, they should be ignored. NCrunch treats them as failing. For instance: [code=csharp] [Subject("story")] public class when_scenario : ScenarioObjects { Establish context = () => {}; Because action = () => { …
02 Jul 2012 14:48 UTC
-
Go to selected test doesn't work for MSpec
I am using NCrunch with MSpec on Visual Studio 2010, using C#, and .net 4. From the NCrunch Tests view, when I double-click on a test, or I right-click and select Go to selected test, it doesn't do anything. I was using 1.39 until today, I upgraded to 1.40b to see if it fixed it (I've read abo…
02 Jul 2012 14:34 UTC