No commit activity in last 3 years
No release in over 3 years
Publish rspec status from a spec run into redis
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
~> 2.2.2
>= 2
 Project Readme

rspec-pubsub-formatter

Publishes a json serialized hash to a redis pubsub channel (pubsub_formatter by default) with the following data:

  {
    :total_example_count => 4,
    :run_example_count   => 2,
    :failure_count       => 1,
    :pending_count       => 0,
    :percent_complete    => 50
  }

The formatter inherits from the RSpec::Core::Formatters::ProgressFormatter and maintains its behavior of reporting, in addition to publishing to redis.