0.02
No release in over 3 years
Low commit activity in last 3 years
Creates an ambient soundscape for your test suite.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 12.0

Runtime

= 0.6.0
 Project Readme

AmbientSpec

AmbientSpec turns your RSpec suite into soothing, ambient music. Harmonious sounds come from passing examples, and a gong signals a failing spec.

Dependencies

Requires RSpec 3.x and only runs on Mac OS (sorry!)

Installation

Add this line to your application's Gemfile:

gem 'ambient_spec'

And then execute:

$ bundle

Command-line Usage

For documentation-style formatting:

rspec -r ambient_spec -f AmbientDocumentationFormatter spec/

For progress-style formatting:

rspec -r ambient_spec -f AmbientProgressFormatter spec/

Or best of all, in your .rspec file in your project root:

--require spec_helper
--require ambient_spec
--format AmbientDocumentationFormatter

Contributing

Please note that this project adheres to the Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.