Operate of the VCR cassette on Rack.
Add this line to your application's Gemfile:
gem 'cassette-rack'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cassette-rack
Add this line to your config.ru
:
require 'cassette-rack'
run CassetteRack::Engine
And then execute:
$ rackup
- MIT