tasks/pact-test.rake in pact-1.3.1 vs tasks/pact-test.rake in pact-1.3.2

- old
+ new

@@ -3,9 +3,13 @@ Pact::VerificationTask.new(:stubbing) do | pact | pact.uri './spec/support/stubbing.json', :pact_helper => './spec/support/stubbing_using_allow.rb' end +Pact::VerificationTask.new(:options) do | pact | + pact.uri './spec/support/options.json', :pact_helper => './spec/support/options_app.rb' +end + Pact::VerificationTask.new(:pass) do | pact | pact.uri './spec/support/test_app_pass.json' end Pact::VerificationTask.new(:fail) do | pact | \ No newline at end of file