Skip to content

Commit

Permalink
Add reference to compiler manual in Testing Guide (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp authored Apr 27, 2024
1 parent acca2f3 commit ff32978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ crystal spec --tag 'fast'
crystal spec --tag '~slow'
```

There are additional options for running specs by name, adjusting output formats, doing dry-runs, etc, see [Using the compiler](../man/crystal/README.md#crystal-spec).

## Spec helper

Many projects use a custom spec helper file, usually named `spec/spec_helper.cr`.
Expand Down

0 comments on commit ff32978

Please sign in to comment.