Sha256: b147dbe285f6a9790f45e8f75987778d9225a50dc81f39d24963f5a97919015c

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

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

[![Build Status](https://travis-ci.org/twe4ked/rspec-nc.svg?branch=master)](https://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.io/rspec-nc/rspec-nc.jpg)

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.

``` ruby
rake

# with a formatter
FORMATTER=Nc rake
```

[WWTD]: https://github.com/grosser/wwtd

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/gems/rspec-nc-0.3.0/README.markdown
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/gems/rspec-nc-0.3.0/README.markdown
rspec-nc-0.3.0 README.markdown
rspec-nc-0.2.1 README.markdown
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/rspec-nc-0.2.0/README.markdown
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/rspec-nc-0.2.0/README.markdown
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/rspec-nc-0.2.0/README.markdown
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/rspec-nc-0.2.0/README.markdown
rspec-nc-0.2.0 README.markdown