We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0501 commit 917891aCopy full SHA for 917891a
lib/pact/consumer/configuration/mock_service.rb
@@ -20,7 +20,7 @@ def initialize name, consumer_name, provider_name
20
@port = nil
21
@standalone = false
22
@verify = true
23
- @pact_specification_version = nil
+ @pact_specification_version = '2'
24
@finalized = false
25
end
26
0 commit comments