Sha256: 55f42cac771b395a13da9358d28d29b686f12bc34f35c8b0fe44bb6d4ead7c3f
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
RSpec Notification Center ========================= rspec-nc is an RSpec formatter for Mountain Lion's Notification Center. Installation ------------ Installing rspec-nc is easy. Just put it in your Gemfile (`gem 'rspec-nc'`) and run your specs like this from now on: ``` $ 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. :)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-nc-0.0.2 | README.md |