rspec_tap icon indicating copy to clipboard operation
rspec_tap copied to clipboard

A TAP formatter for RSpec

Results 4 rspec_tap issues
Sort by recently updated
recently updated
newest added

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....