TitleWave

Use VCR/RSpec with less typing.

So...

In spec_helper.rb:

require 'titlewave'

In spec you wanna VCRify:

it 'should be fast', :vcr do
...