Skip to content

Commit

Permalink
Merge branch 'master' into windows-path-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudreau committed May 31, 2018
2 parents ecf64d6 + efe7c89 commit a782f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/pact/matching_rules_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module MatchingRules
subject { MatchingRules.merge(object, rules, options)}

context "when the pact_specification_version is nil" do
let(:pact_specification_version) { nil }
let(:options) { { pact_specification_version: nil } }

it "calls Merge" do
expect(Merge).to receive(:call)
Expand Down

0 comments on commit a782f21

Please sign in to comment.