BrainCrumbz

Results 30 issues of BrainCrumbz

In **Example Markup** section, text says _"Here is an example markup of the webpack.config.js, which chains the angular2-template-loader to the **tsloader**"_, but then following code block only uses **angular2-template-loader**. HTH

# Environment 1. OS version: Windows 10 64 bits 2. Total-Uninstaller EXE version: 1.0.0.0 # Steps 1. Download exe from [github](https://github.com/tsasioglu/Total-Uninstaller), _Download zero install exe_ 2. Unlock _TotalUninstaller.exe_ from file...

See #145 , and specifically: > Later or, we might provide instruction/ code samples/ docs on how to create a console application (instead of a class library) to run &...

docs/website
enhancement

In index.md, where it says: --- - Then run the tests using `NSpecRunner.exe`: ``` >NSpecRunner.exe YourClassLibraryName\bin\debug\YourClassLibraryName.dll my first spec asserts at the method level describe nesting asserts in a method...

docs/website

From #91 : > Initial new website has been deployed (code is in the gh-pages branch). @provegard, @BrainCrumbz, can you put links/descriptions to your VS Integration stuff on the site?...

docs/website

@amirrajan , at some point during the port to .NET Core, we decided to drop almost all assertion extensions from NSpec library, only a few remained: `IsTrue`, `IsFalse`, `ShouldBeTrue`, `ShouldBeFalse`....

docs/website

As it came out from #176 , there's not a lot of documentation on formatters. Website misses that. *NSpecRunner*, if one uses it, says something in its usage message, but...

docs/website

See [example gist](https://gist.github.com/amirrajan/da77581ea773b265065a0ae9bd1d8c47). When running from console, [this line](https://gist.github.com/amirrajan/da77581ea773b265065a0ae9bd1d8c47#file-evil_nspec-cs-L14) runs only once, during context building phase. And not on each example execution. When running from VS IDE, that line runs...

docs/website

Within [chore/dotnet-core-1.0](https://github.com/mattflo/NSpec/tree/chore/dotnet-core-1.0) branch, [Rakefile](https://github.com/mattflo/NSpec/blob/3ff9eb7695edd0d7820bc18156ec9e16b6e81023/Rakefile) has been partially updated to new directory locations. There's one section that still requires work/attention though: [Packaging tasks](https://github.com/mattflo/NSpec/blob/3ff9eb7695edd0d7820bc18156ec9e16b6e81023/Rakefile#L85). Ideally, if that's about NuGet packaging, that should...