The reason why I care about this is that I want to further improve the failure messages in a follow up. Specifically:
Show less context (currently Hedgehog prints the whole spec, which gets overwhelming on large test files).
Adjust the replay message so that it makes sense in the context of hspec.
(see #35)
I think the existing tests are useful as examples. They show how to use this library, but they don't set expectations on how the implementation should behave. That's why I renamed them to ExampleSpec.
The reason why I care about this is that I want to further improve the failure messages in a follow up. Specifically:
spec
, which gets overwhelming on large test files).hspec
.(see #35)
I think the existing tests are useful as examples. They show how to use this library, but they don't set expectations on how the implementation should behave. That's why I renamed them to
ExampleSpec
.