Sha256: 88fd7e76bbfde6526c3a737048669d13e406e76452622823c05bdfca0ff2aa77

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

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

[![Build Status](https://secure.travis-ci.org/twe4ked/rspec-nc.png?branch=master)](http://travis-ci.org/twe4ked/rspec-nc)
[![Dependency status](https://gemnasium.com/twe4ked/rspec-nc.png)](https://gemnasium.com/twe4ked/rspec-nc)

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.6 README.md
rspec-nc-0.0.5 README.md