Sha256: 01519d7021d6ff1f6e2af3a4246f3d18db36b85827d7a3ffb525b2278e17a3ba

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

Contents

# Gnawrnip

Gnawrnip is a [TurnipFormatter](https://github.com/gongo/turnip_formatter) Add-on that provides put a screen shot to report use [Capybara](https://github.com/jnicklas/capybara)

[![Build Status](https://travis-ci.org/gongo/gnawrnip.png?branch=master)](https://travis-ci.org/gongo/gnawrnip)
[![Coverage Status](https://coveralls.io/repos/gongo/gnawrnip/badge.png?branch=master)](https://coveralls.io/r/gongo/gnawrnip)
[![Code Climate](https://codeclimate.com/github/gongo/gnawrnip.png)](https://codeclimate.com/github/gongo/gnawrnip)
[![Dependency Status](https://gemnasium.com/gongo/gnawrnip.png)](https://gemnasium.com/gongo/gnawrnip)


## Requirements

* Ruby
    * `~> 1.9.3`
    * `~> 2.0.0`
* RubyGems
    * capybara `~> 2.1.0`
    * turnip_formatter

## Installation

Add this line to your application's Gemfile:

    gem 'gnawrnip'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install gnawrnip

## Usage

Edit the `.rspec` file in your project directory (create it if doesn't exist), and add the following line:

    -r turnip
    -r turnip/capybara
    -r gnawrnip

And run this command.

    $ rspec --format RSpecTurnipFormatter --out report.html


## Example

see https://github.com/gongo/gnawrnip/tree/master/example

## License

MIT License. see LICENSE.txt

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gnawrnip-0.1.0 README.md
gnawrnip-0.0.4 README.md
gnawrnip-0.0.3 README.md
gnawrnip-0.0.2 README.md
gnawrnip-0.0.1 README.md