diff --git a/ruby/rails/vcr.markdown b/ruby/rails/vcr.markdown new file mode 100644 index 0000000..ea3f64d --- /dev/null +++ b/ruby/rails/vcr.markdown @@ -0,0 +1,6 @@ +# VCR + + +## Gotchas + +- Make sure to set `config.ignore_localhost = true` before running selenium specs, or you get cryptic errors.