I have tried these two tutorials and a project of my own with MSpec but I am getting the error "No tests found in file" every time. I have also looked at this SO solution. And I made sure my classes are public.
I would post code but I literally have tried copying and pasting the exact code in the above links with no luck. VS2012/Resharper 8.1/Mspec added via NuGet. Two libraries, one with the class to be tested and the other with the tests.
What am I doing wrong?