hspec-shouldbe-0.0.0: Convenience wrapper and utilities for hspec

Safe HaskellSafe-Infered

Test.Hspec.ShouldBe

Synopsis

Documentation

prop :: Testable t => String -> t -> Specs

Monadic DSL shortcut, use this instead of it

property :: Testable a => a -> QuickCheckProperty a