Use a Struct for passing parameters around
This helps avoid bugs due to mispelled param names
This commit is contained in:
@@ -2,6 +2,7 @@ require 'vcr'
|
||||
|
||||
VCR.configure do |c|
|
||||
c.cassette_library_dir = Pathname.new(__FILE__).join('..', '..', 'cassettes')
|
||||
c.debug_logger = File.open(Pathname.new(__FILE__).join('..', '..', '..', 'vcr.log'), 'w')
|
||||
c.hook_into :faraday
|
||||
|
||||
unless @vcr_port_matcher_registered
|
||||
|
||||
Reference in New Issue
Block a user