rainbow-spec

Version, currently 0.3.03 versions

github.com/veelenga/rainbow-spec

Rainbow spec formatter for Crystal

13 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  rainbow-spec:
    github: veelenga/rainbow-spec
    version: ~> 0.3.0

Then run:

shards install

shard.yml

Crystal
0.26.0
License
MIT
Author
Vitalii Elenhaupt <velenhaupt@gmail.com>

Dependencies

This version declares no dependencies.

README

# rainbow-spec

Rainbow spec formatter:

![](https://gitcdn.link/repo/veelenga/bin/master/rainbow-spec/demo.gif)

## Usage

Add this to your application's `shard.yml`:

```yaml
development_dependencies:
  rainbow-spec:
    github: veelenga/rainbow-spec
```

And `require` it in a `spec_helper.cr`:

```crystal
require "rainbow-spec"
```

That's it. Relax while your specs are running :relaxed: :rainbow: