summaryrefslogtreecommitdiff
path: root/spec/support/vcr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/vcr.rb')
-rw-r--r--spec/support/vcr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/support/vcr.rb b/spec/support/vcr.rb
new file mode 100644
index 0000000..a47cb97
--- /dev/null
+++ b/spec/support/vcr.rb
@@ -0,0 +1,7 @@
+require 'vcr'
+
+VCR.configure do |c|
+ c.cassette_library_dir = 'spec/vcr_cassettes'
+ c.hook_into :webmock
+ c.configure_rspec_metadata!
+end