microspec 0.2.1.2 → 0.2.1.3
raw patch · 1 files changed
+3/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- microspec.cabal +3/−5
microspec.cabal view
@@ -1,15 +1,13 @@ name: microspec-version: 0.2.1.2+version: 0.2.1.3 synopsis: Tiny QuickCheck test library with minimal dependencies description: A tiny (1 module, <500 lines) property-based (and unit) testing library with minimal dependencies. .- Don't add a bunch of transitive dependencies just to test your code!- . Instead of reinventing the wheel (<https://xkcd.com/927>), we use a- RSpec/HSpec-like API and run tests with QuickCheck.+ RSpec/HSpec-like DSL and run tests with QuickCheck. .- For simple use-cases, microspec is a drop-in replacement for hspec.+ For many use-cases, microspec is a drop-in replacement for hspec. . > import Test.Microspec >