You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>NSpecRunner.exe YourClassLibraryName\bin\debug\YourClassLibraryName.dll
my first spec
asserts at the method level
describe nesting
asserts in a method
more nesting
also asserts in a lambda
we should specify where that executable is to be found. It should be something like:
<path to solution>\packages\<nspec package>\tools\net452\NSpecRunner.exe
The text was updated successfully, but these errors were encountered:
Well said, didn't thought about that. First assumption was "that is a windows command prompt". Then it might be enough to start prompt with PM> and yes, anyway, mention that if not from Package Manager console, the path should be added.
#166 also introduced PM> prompt, so that is sorted. For one thing though, the console does not load that, at least on Windows Visual Studio 2015, with a .NET Core project targeting both .NET Core and .NET Framework.
In index.md, where it says:
NSpecRunner.exe
:we should specify where that executable is to be found. It should be something like:
The text was updated successfully, but these errors were encountered: