Sha256: e5ebe808b3ce017b37dc2156dd919017dc1f554ba2d8e4c25a85e395f91439ab

Contents?: true

Size: 803 Bytes

Versions: 2

Compression:

Stored size: 803 Bytes

Contents

RSpec Notification Center
=========================

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

![Screenshot](http://twe4ked.github.com/rspec-nc/rspec-nc.jpg)

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

2 entries across 2 versions & 1 rubygems

Version Path
rspec-nc-0.0.4 README.md
rspec-nc-0.0.3 README.md