Skip to content

Commit 917891a

Browse files
committed
fix: default pact specification version to 2
1 parent 3bb0501 commit 917891a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact/consumer/configuration/mock_service.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize name, consumer_name, provider_name
2020
@port = nil
2121
@standalone = false
2222
@verify = true
23-
@pact_specification_version = nil
23+
@pact_specification_version = '2'
2424
@finalized = false
2525
end
2626

0 commit comments

Comments
 (0)