Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/envygeeks/luna-rspec-formatters

:heart_eyes_cat: My custom RSpec formatters.
https://github.com/envygeeks/luna-rspec-formatters

formatter luna-rspec-formatters rspec ruby

Last synced: 4 months ago
JSON representation

:heart_eyes_cat: My custom RSpec formatters.

Awesome Lists containing this project

README

        

## Luna RSpec Formatters

```ruby
gem "luna-rspec-formatters"
```

A set of `rspec` formatters that design things the way I like them. `fulldesc`
is a formatter that outputs the full description as a single line rather than
nesting like documentation and `Checks` displays checkmark's and other UTF
characters rather than dots.

```ruby
require "luna/rspec/formatters/checks"
require "luna/rspec/formatters/fulldesc"
require "luna/rspec/formatters/smilies"
require "luna/rspec/formatters/hearts"
require "luna/rspec/formatters/cats"
```