We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904ae50 commit c2841f4Copy full SHA for c2841f4
features/cassettes/format.feature
@@ -37,6 +37,8 @@ Feature: Cassette format
37
you want to ensure that psych is always used.
38
- `:json`--Uses [multi_json](https://github.com/intridea/multi_json)
39
to serialize the cassette data as JSON.
40
+ - `:compressed`--Wraps the default YAML serializer with Zlib, writing
41
+ compressed cassettes to disk.
42
43
You can also register a custom serializer using:
44
0 commit comments