Amir Barylko
Amir Barylko
Actually I just copied the code from one of the tests... ``` fsharp module MyModule = let specs = describe "Some component" [ describe "Some feature" [ context "In some...
Found it! It's a F# runtime issue. FSpec has configure 4.3.0 and my project 4.3.1. That's why `MyModule` does not get selected to be run. I'll research a bit more...
Perhaps using something like https://github.com/gluck/il-repack to pack all the dependencies together in the exe. I'll take a look and see if I can do a pull request.