Skip to content

RSpec formatter for Mountain Lion's Notification Center

License

Notifications You must be signed in to change notification settings

estevaoam/rspec-nc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSpec Notification Center

Build Status Dependency 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') 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

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

The default rake task uses WWTD to test multiple versions of RSpec.

rake

# with a formatter
FORMATTER=Nc rake

About

RSpec formatter for Mountain Lion's Notification Center

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%