RubyFlow The Ruby and Rails community linklog

TAP Formatters for RSpec-3

RSpec TAP Formatters provides four different TAP 13 format style with a proper nested display of example groups and includes stats for the total number of passed, failed, and pending tests per example group. The supported formats are:

  1. RSpec::TAP::Formatters::Default
  2. RSpec::TAP::Formatters::Compact
  3. RSpec::TAP::Formatters::Flat
  4. RSpec::TAP::Formatters::FlatCompact

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in