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

https://github.com/codewars/crystal-spec-codewars-formatter

Formatter for Crystal Spec
https://github.com/codewars/crystal-spec-codewars-formatter

code-runner crystal test-reporting

Last synced: 12 months ago
JSON representation

Formatter for Crystal Spec

Awesome Lists containing this project

README

          

```yaml
development_dependencies:
spec_codewars_formatter:
github: codewars/crystal-spec-codewars-formatter
```

`spec/spec_helper.cr`
```crystal
require "spec"
require "spec_codewars_formatter"

Spec.override_default_formatter(CodewarsFormatter.new)
```