fspec icon indicating copy to clipboard operation
fspec copied to clipboard

RSpec inspired test framework for F#

Results 5 fspec issues
Sort by recently updated
recently updated
newest added

:wave: GitHub disabled TLS 1.0 and TLS 1.1 on February 22nd, which affected Paket's bootstrapper. It needs to be updated to 5.142 or later. You can read more about this...

Hi, What is the simplest way to execute FSpec test like NUnit in Xamarin studio or visual studio (without NCrunch)? Thanks

I am trying to run an example from the command line but spec runner does not find any tests.

In Summary: - Changed 'CreatePackage' in build.fsx to run ilmerge before creating the package - Changed build fsx to use Fake build instead of calling rake - Added Ninject dependency...

Tried to run the fspec command line runner after installing the nuget package. I got an exception because the following dependencies are missing: - FSharp.Core - FSpec - CommandLine