Sha256: 439eaadde86430a03d4cf89cd63ab114bc011e2c934c44ba47712c416d1d9f6b

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

# FoodFormatter

[![CircleCI](https://img.shields.io/circleci/project/github/ayindi/food_formatter.svg)](https://circleci.com/gh/ayindi/food_formatter)

## Description

The FoodFormatter makes pleasure you on the result of RSpec.

***DEMO:***

![](https://github.com/ayindi/food_formatter/blob/master/demo.gif)

## Instlattion

First:

```ruby
gem install food_formatter
```

or in your Gemfile

```ruby
gem 'food_formatter'
```

Then, when running rspec:

```
rspec --format FoodFormatter
```

Or, if you want to use FoodFormatter as your default formatter, simply put the options in your `.rspec` file:

```ruby
--format FoodFormatter
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
food_formatter-0.1.0 README.md