You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hspec-2.5.0 will allow informational output for successful tests. Once it's released we can change hspec-smallcheck to print the number of generated tests.
When I use hspec-smallcheck like this,
it says
Just 4 test cases? I was worried that the depth parameter was ignored.
But number 4 is the number of "it"s, right - and each contains a lot of test cases, so everything does work as intended.
The text was updated successfully, but these errors were encountered: