Skip to content

Commit

Permalink
fix: add missing require to pact_triggered_webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 22, 2018
1 parent 4cd3ec0 commit aaf1755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pact_broker/api/resources/pact_triggered_webhooks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'pact_broker/api/resources/base_resource'
require 'pact_broker/api/decorators/triggered_webhooks_decorator'

module PactBroker
Expand Down

0 comments on commit aaf1755

Please sign in to comment.