I tried these two tutorials and my own project with MSpec, but I get the error "No tests found in file" every time. I also reviewed this SO solution . And I made sure that my classes are open.
I would post the code, but I literally tried copying and pasting the exact code into the above links without any luck. VS2012 / Resharper 8.1 / Mspec added via NuGet. Two libraries, one with a test class, and the other with tests.
What am I doing wrong?
source
share