Skip to content

Instantly share code, notes, and snippets.

@alexdesi
Created August 26, 2016 16:24
Show Gist options
  • Save alexdesi/38ea97dddf200fded616c0e36992809d to your computer and use it in GitHub Desktop.
Save alexdesi/38ea97dddf200fded616c0e36992809d to your computer and use it in GitHub Desktop.
VCR - How to ingnore cassette in tests
VCR.turned_off(:ignore_cassettes => true) do
VCR.use_cassette('cassette') do
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment