Description
It took me way too long to start playing around with this, but it looks like the project has a TON of potential as an all in one testing solution for F#.
I'm a big fan of MOQ for my C# code, but it won't work in F# without some extra ugliness as it relies on Linq Expressions. One of the things that finally made me start playing around with NaturalSpec was the clean syntax for mocking that you used to support. It fit my needs perfectly, but it looks like it was removed about a month ago. Is this just to avoid a dependency on Rhino.Mocks, or is there something else in the works?
Either way, I'd like to propose supporting the old syntax (or something similar) since the mocking features that replaced it don't meet my needs. I'd be happy to help implement these features, and I'd rather work with similar goals instead of diverging.
Let me know what your thoughts are.
-Chris