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
- Host: GitHub
- URL: https://github.com/codewars/crystal-spec-codewars-formatter
- Owner: codewars
- License: mit
- Created: 2020-06-09T03:31:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T04:51:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T05:36:10.863Z (about 1 year ago)
- Topics: code-runner, crystal, test-reporting
- Language: Crystal
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)
```