Every time I run rspec
command I get a listed only the pending specs or the ones with errors which is okay.
I need to list all passing tests as well. How this can be done?
I couldn't see to find it by looking into their CLI readme.
You can try "documentation format"
$ rspec -fd spec/
$ rspec --help
-f, --format FORMATTER Choose a formatter.
[p]rogress (default - dots)
[d]ocumentation (group and example names)
[h]tml
[t]extmate
custom formatter class name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With