Skip to content

Commit

Permalink
fix: default pact specification version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 24, 2018
1 parent 3bb0501 commit 917891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/consumer/configuration/mock_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def initialize name, consumer_name, provider_name
@port = nil
@standalone = false
@verify = true
@pact_specification_version = nil
@pact_specification_version = '2'
@finalized = false
end

Expand Down

0 comments on commit 917891a

Please sign in to comment.