module VCR
Overview
TODO Write documentation for VCR
Included Modules
- Habitat::SettingsHelpers
- Habitat::TempConfig
Extended Modules
Defined in:
vcr.crvcr/methods.cr
vcr/version.cr
Constant Summary
-
HABITAT_SETTINGS =
[{decl: cassette_library_dir : String = "spec/fixtures/vcr", example: nil, validation: nil}] of Nil -
VERSION =
"0.1.0"
Class Method Summary
Instance Method Summary
-
#cassette_name
The name of the cassette
-
#sequence
The current sequence, calling this will increment the value
- #settings
- #use_cassette(cassette_name : String, *args, &block)