All Projects → twe4ked → Rspec Nc

twe4ked / Rspec Nc

Licence: mit
🚦 RSpec formatter for OS X's Notification Center

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rspec Nc

Hawkeye
A useful app for GitHub Notifications
Stars: ✭ 193 (-13.45%)
Mutual labels:  notifications
Igrowl
Growl-like notifications with an emphasis on icons
Stars: ✭ 208 (-6.73%)
Mutual labels:  notifications
Svelte Notifications
Simple and flexible notifications system
Stars: ✭ 217 (-2.69%)
Mutual labels:  notifications
Budgie Desktop
I Tawt I Taw A Purdy Desktop
Stars: ✭ 2,374 (+964.57%)
Mutual labels:  notifications
Electron Windows Notifications
⚡️ Send native Windows WinRT notifications from Electron
Stars: ✭ 206 (-7.62%)
Mutual labels:  notifications
Still life
Rails upgrade's best friend
Stars: ✭ 213 (-4.48%)
Mutual labels:  rspec
Action Cable Testing
Action Cable testing utils
Stars: ✭ 192 (-13.9%)
Mutual labels:  rspec
Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Stars: ✭ 2,711 (+1115.7%)
Mutual labels:  notifications
React Native In App Notification
🔔 Customisable in-app notification component for React Native
Stars: ✭ 206 (-7.62%)
Mutual labels:  notifications
Laravel Slack Slash Command
Make a Laravel app respond to a slash command from Slack
Stars: ✭ 215 (-3.59%)
Mutual labels:  notifications
Notify Send.sh
drop-in replacement for notify-send with more features
Stars: ✭ 200 (-10.31%)
Mutual labels:  notifications
Uptime Monitor App
A PHP application to monitor uptime and ssl certificates
Stars: ✭ 205 (-8.07%)
Mutual labels:  notifications
Specjour
distributed rspec & cucumber via bonjour
Stars: ✭ 214 (-4.04%)
Mutual labels:  rspec
Apns Http2
A Java library for sending notifications via APNS using Apple's HTTP/2 API.
Stars: ✭ 194 (-13%)
Mutual labels:  notifications
Django Webpush
Web Push Notification Package for Django
Stars: ✭ 217 (-2.69%)
Mutual labels:  notifications
Ng2 Notifications
Angular 2 Component for Native Push Notifications [Looking for New Maintainers]
Stars: ✭ 192 (-13.9%)
Mutual labels:  notifications
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-5.38%)
Mutual labels:  notifications
Apns2
⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.
Stars: ✭ 2,569 (+1052.02%)
Mutual labels:  notifications
React Notification System
A complete and totally customizable component for notifications in React
Stars: ✭ 2,439 (+993.72%)
Mutual labels:  notifications
Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (-3.59%)
Mutual labels:  notifications

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].