vcr v1.0.3 Release Notes

Release Date: 2010-08-05 // almost 14 years ago
  • Full Changelog

    • Upgraded VCR specs to RSpec 2.
    • Updated VCR::CucumberTags so that it uses an around hook rather than a before hook and an after hook. Around hooks were added to Cucumber in the 0.7.3 release, so you'll have to be on that version or higher to use the VCR::CucumberTags feature.
    • Updated the WebMock version requirement to 1.3.3 or greater. 1.3.2 and earlier versions did not properly handle multiple value for the same response header.
    • Miscellaneous documentation updates.