hspec / hspec-wai

Helpers to test WAI applications with Hspec
MIT License
64 stars 25 forks source link

Missing documentation for Test.Hspec.Wai.QuickCheck #64

Open mgajda opened 3 years ago

mgajda commented 3 years ago

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.

sol commented 1 year ago

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

PRs welcome.