0.0
No commit activity in last 3 years
No release in over 3 years
play sound around executing specs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0
 Project Readme

RSpec::Sound

Build Status

rspec-sound provides sound while executing specs and notify to you when they finished.

This gem is inspired by minitest-sound.

Requirements

Installation

Add this line to your application's Gemfile:

gem 'rspec-sound'

And then execute:

bundle

Usage

require 'rspec/sound'

RSpec::Sound.success = '/aaa/bbb/xxx.mp3' # Sound file which does play when a test succeeded.
RSpec::Sound.failure = '/aaa/bbb/xxx.mp3' # Sound file which does play when a test failed.
RSpec::Sound.during_test = '/aaa/bbb/xxx.mp3' # Sound file which does play during test.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/junk0612/rspec-sound.

License

MIT