By default, RSpec output ends with something like
14 examples, 0 failures
Is it possible to show the number of statements made with this stat, similar to what other libraries provide?
There is no support. If you are interested in this, submit a feature request https://github.com/rspec/rspec-core/issues .
It’s a good habit to have just one statement for an example.