I\'m using Cucumber with RSpec in a Rails project. When I use the \"rake stats\" task, I get the following :
+----------------------+-------+-------+--------
Although this is an extremely old question, it is still first when googling "rails rake stats cucumber" and the answers are misleading or outdated.
For future googlers, all you need to do is run
$ rails generate cucumber:install
This will create the necessary files, and specifically the lib/tasks/cucumber.rake
file, which adds "Cucumber Features" to the rake stats
output.