I'm using both rspec and cucumber. Cucumber of integration level tests, but rspec for unit tests.
I'm using vcr for cucumber already, but want to use it for rspec, too. Where's the right place to put the vcr configuration? I'd rather not replicate it in both features/support and rspec/support.