Sha256: 6e9d740c29310477295bad7853c67f92a9ed5859602baa33c1c02aa39541772a

Contents?: true

Size: 778 Bytes

Versions: 2

Compression:

Stored size: 778 Bytes

Contents

# Cucumber Notification Center

cucumber-nc is a Cucumber formatter for Mountain Lion's Notification Center.

## Installation

Installing cucumber-nc is easy. Just put it in your Gemfile
(`gem 'cucumber-nc'`) and run your features like this from now on:

```
$ cucumber --format pretty --format CucumberNc --out /dev/null
```

You will want to specify another formatter as cucumber-nc does not provide any
other output.

If you want to use cucumber-nc as your default formatter, simply put this option
in your cucumber.yml file:

```
--format CucumberNc --out /dev/null
```

## 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
cucumber-nc-0.0.2 README.md
cucumber-nc-0.0.1 README.md