Closed mankyKitty closed 5 years ago
I didn't notice earlier, but HSpec requires a Show instance on the thing you check for a test result. This is silly and actually excludes some sensible tests or at least makes them awkward to write.
Show
Remove HSpec and rewrite the tests using Tasty.
I didn't notice earlier, but HSpec requires a
Show
instance on the thing you check for a test result. This is silly and actually excludes some sensible tests or at least makes them awkward to write.Remove HSpec and rewrite the tests using Tasty.