Cucumber coverage -- how?

Hello all. I am trying to see how much of my code is covered by Cucumber
features/scenarios. The feature steps are actually using the
browser/views to tests, so they are not directly instantiating
controllers, etc.

My question is, is there a way using SimpleCov or any other coverage
tool to give me a report? Please note that I am NOT directly
instantiating controllers from my steps, rather using the
browser/views/capybara.

I would appreciate any and all replies! Thanks.

S