The SpecsFor 3.0 release is nearing completion!  The release candidate is now on NuGet.  This release further cleans up and simplifies things and lays the groundwork for porting SpecsFor to other testing frameworks.

[more]

To try out the release candidate, install the prerelease version from NuGet:

PM> Install-Package SpecsFor -Pre

Since the last preview release, I gutted and rewrote the entire core.  This allowed me to drastically improve test coverage of the core itself and will make it possible to reuse much of the code for other testing frameworks (SpecsFor.MsTest, anyone?)

For more about the changes in 3.0, check out my previous post.