Petitest::Tap
TAP output for Petitest.
Installation
Add this line to your application"s Gemfile:
gem "petitest-tap"
And then execute:
bundle
Or install it yourself as:
gem install petitest-tap
Usage
- Require
petitest/tap
- Change
Petitest.configuration.subscribers
- Run tests
require "petitest/tap"
Petitest.configuration.subscribers = [Petitest::Tap::Subscriber.new]
nyan
Demo with https://github.com/calvinmetcalf/tap-nyan: