class VCR::Configuration
def before_playback(tag = nil, &block)
- See: #before_record -
Other tags:
- Yieldparam: cassette - The current cassette.
Yieldparam: interaction - The interaction that is being
Other tags:
- Yield: - the callback
Parameters:
-
tag
((optional) Symbol
) -- Used to apply this hook to only cassettes that match
def before_playback(tag = nil, &block) super(tag_filter_from(tag), &block) end