Skip to content

Commit

Permalink
fix: add missing requires for pact/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 5, 2018
1 parent 039c690 commit 0e01451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/pact/hal/entity.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'uri'
require 'delegate'
require 'pact/hal/link'
require 'pact/errors'

module Pact
module Hal
Expand Down
1 change: 1 addition & 0 deletions lib/pact/pact_broker/fetch_pacts.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'pact/hal/entity'
require 'pact/hal/http_client'
require 'pact/provider/pact_uri'
require 'pact/errors'

module Pact
module PactBroker
Expand Down
1 change: 1 addition & 0 deletions lib/pact/pact_broker/fetch_pending_pacts.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'pact/hal/entity'
require 'pact/hal/http_client'
require 'pact/provider/pact_uri'
require 'pact/errors'

module Pact
module PactBroker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'pact/shared/dsl'
require 'pact/provider/world'
require 'pact/pact_broker/fetch_pacts'
require 'pact/errors'

module Pact
module Provider
Expand Down

0 comments on commit 0e01451

Please sign in to comment.