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: about 2 months ago
JSON representation
:heart_eyes_cat: My custom RSpec formatters.
- Host: GitHub
- URL: https://github.com/envygeeks/luna-rspec-formatters
- Owner: envygeeks
- License: mit
- Created: 2013-05-04T09:50:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T03:27:53.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T04:41:30.823Z (about 1 year ago)
- Topics: formatter, luna-rspec-formatters, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/codeowners
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"
```