Commit 040f22f7 authored by Luke Redpath's avatar Luke Redpath

Allow HTTP connections outside of VCR blocks

parent fd02d560
...@@ -56,4 +56,5 @@ require 'webmock' ...@@ -56,4 +56,5 @@ require 'webmock'
VCR.configure do |c| VCR.configure do |c|
c.cassette_library_dir = (ROOT + 'spec/fixtures/vcr').to_s c.cassette_library_dir = (ROOT + 'spec/fixtures/vcr').to_s
c.hook_into :webmock # or :fakeweb c.hook_into :webmock # or :fakeweb
c.allow_http_connections_when_no_cassette = true
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment