Skip to content

Files

Latest commit

6ba5c35 · Sep 6, 2024

History

History
33 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.01 KB

Pact::Consumer::Minitest

Provides Pact Consumer support for Minitest.

Installation

Add this line to your application's Gemfile:

gem 'pact-consumer-minitest'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pact-consumer-minitest

Usage

See the README for the pact gem for full instructions on how to use Pact.

To use Pact with Minitest, instead of requiring "pact/consumer/rspec", require "pact/consumer/minitest" and include Pact::Consumer::Minitest in your spec or unit test.

See an example here.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/pact-consumer-minitest/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request