Skip to content

Commit 0aa2d2a

Browse files
committed
fix: add missing require
1 parent 917891a commit 0aa2d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/pact/retry.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'pact/errors'
2+
13
module Pact
24
class Retry
35
class RescuableError

0 commit comments

Comments
 (0)