π¦ RSpec formatter for OS X's Notification Center
rspec-nc is an RSpec formatter for Mountain Lionβs Notification Center.
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 failureNcFirstFail
β Only notifies on the first failureUsing rspec-nc under tmux requires reattach-to-user-namespace
,
see: julienXX/terminal-notifier#115.
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. π
rake
# with a formatter
FORMATTER=Nc rake