I'm using Rspec to test a rails app.
Is there a way to list all the pending examples without running the full test suite?
Run the rspec command passing --tag pending
--tag pending
For example: bundle exec rspec spec --tag pending
bundle exec rspec spec --tag pending