class VCR::Configuration

def cassette_library_dir=(dir)

Other tags:
    Note: - This is only necessary if you use the `:file_system`

Returns:
  • (void) -

Parameters:
  • dir (String) -- the directory to read cassettes from and write cassettes to
def cassette_library_dir=(dir)
  VCR.cassette_persisters[:file_system].storage_location = dir
end