hspec / hspec-wai

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

Expose bodyEquals #55

Open FintanH opened 5 years ago

FintanH commented 5 years ago

It's a bit of a pain maintaining a string value to match a body when I have a data type that I could create and then use Aeson's encode function to check the body. So I think bodyEquals would be extremely useful to use but it's not exposed :disappointed: