Skip to content

Commit

Permalink
Moves require 'faraday' to spec_helper to avoid circular dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 12, 2021
1 parent a4fd61d commit a23fbc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions lib/faraday/net_http.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true

require 'faraday'
require 'faraday/adapter'

require_relative 'adapter/net_http'
require_relative 'net_http/version'

Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'faraday'
require 'faraday/net_http'
require 'faraday_specs_setup'

Expand Down

0 comments on commit a23fbc8

Please sign in to comment.