Skip to content

Commit

Permalink
Move require "faraday/multipart" to spec/ where it is being used (#1032)
Browse files Browse the repository at this point in the history
Fix #1031
  • Loading branch information
olleolleolle authored Aug 20, 2024
1 parent 8c4dc6e commit 601900d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/vcr/middleware/faraday.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'faraday'
require 'faraday/multipart'
require 'vcr/util/version_checker'
require 'vcr/request_handler'

Expand Down
1 change: 1 addition & 0 deletions spec/lib/vcr/middleware/faraday_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'spec_helper'
require 'vcr/library_hooks/faraday'
require 'faraday/multipart'

RSpec.describe VCR::Middleware::Faraday do
http_libs = %w[ typhoeus net_http patron ]
Expand Down

0 comments on commit 601900d

Please sign in to comment.