hspec-wai icon indicating copy to clipboard operation
hspec-wai copied to clipboard

Missing documentation for Test.Hspec.Wai.QuickCheck

Open mgajda opened this issue 4 years ago • 1 comments

I see no example nor test for Test.Hspec.Wai.QuickCheck module, nor usage example.

I used both Test.Hspec.QuickCheck and Test.Hspec.Wai, but it does not seem easy to construct tests just using this knowledge.

mgajda avatar Jul 10 '21 21:07 mgajda

Here is an example: https://github.com/sol/hspec-tutorial/blob/solutions/test/AppSpec.hs#L38-#L41

PRs welcome.

sol avatar Sep 15 '23 00:09 sol