rspec_tap
rspec_tap copied to clipboard
A TAP formatter for RSpec
Solution stolen from RSpecs own DocumentationFormatter, which does not rely on `example_group` being set when handling individual examples.
Hello, thanks for the gem! I'm trying to use this in combination with `ci-queue` which is a gem that distributes all your tests across N workers using redis (maintained by...
Some Tap formatters, like [tap-xunit](https://github.com/aghassemi/tap-xunit/blob/master/lib/converter.js#L41), use comments in order to delineate groups of assertions. I felt this was a good spot to add info about the example groups. This produces...
Hi, We are having trouble using rspec_tap in a project. It works fine in development but as soon as `RAILS_ENV` is set to `test` we get the following errors, e.g....