Module VCR::Cassette::Persisters::FileSystem
In: lib/vcr/cassette/persisters/file_system.rb

The only built-in cassette persister. Persists cassettes to the file system.

Methods

Attributes

storage_location  [R]  @private

Public Instance methods

Gets the cassette for the given storage key (file name).

@param [String] file_name the file name @return [String] the cassette content

Sets the cassette for the given storage key (file name).

@param [String] file_name the file name @param [String] content the content to store

[Validate]