Rspec dry run

We count how many examples before start executing example, we used to
use --dry–run option to achieve this. Now dry run is removed in Rspec
2, do you have a way that we can count examples without executing
examples? Thanks.