Skip to content

Commit

Permalink
Update upgrade doc, variable serializer does not exist [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-chin committed Nov 16, 2015
1 parent d8cfc94 commit caef0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upgrade.md
Expand Up @@ -110,7 +110,7 @@ marshal_serializer.instance_eval do
end

VCR.configure do |c|
c.cassette_serializers[:marshal] = serializer
c.cassette_serializers[:marshal] = marshal_serializer
c.default_cassette_options = { :serialize_with => :marshal }
end
```
Expand Down

0 comments on commit caef0de

Please sign in to comment.