hspec / hspec-expectations

Catchy combinators for HUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Expectation instead of Assertion in type signatures

sol opened this issue · comments

Like so:

type Expectation = Assertion
shouldBe :: (Show a, Eq a) => a -> a -> Expectation