Project

rspec-nc

0.11
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
https://github.com/twe4ked/rspec-nc
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

RSpec Notification Center

Build Status

rspec-nc is an RSpec formatter for Mountain Lion's Notification Center.

Screenshot

Installation

Installing rspec-nc is easy. Just put it in your Gemfile (gem 'rspec-nc', require: false) and run your specs:

rspec --format=doc --format=Nc

You will want to specify another formatter as rspec-nc does not provide any other output.

If you want to use rspec-nc as your default formatter, simply put this option in your .rspec file:

--format Nc

There are two other formatters included:

  • NcFail – Only notifies if there is a failure
  • NcFirstFail – Only notifies on the first failure

tmux

Using rspec-nc under tmux requires reattach-to-user-namespace, see: julienXX/terminal-notifier#115.

Contributing

Found an issue? Have a great idea? Want to help? Great! Create an issue issue for it, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)

Running the specs

rake

# with a formatter
FORMATTER=Nc rake