Note on repository mirror

This commit is contained in:
Michael Miller 2019-04-16 20:12:12 -06:00
parent 7b8ff57af9
commit c7ec6b0287
1 changed files with 6 additions and 1 deletions

View File

@ -238,7 +238,8 @@ Spectator supports multiple options for running tests.
"Fail blank" fails if there are no tests.
Tests can be filtered by their location and name.
Additionally, tests can be randomized.
Spectator can be configured with command-line arguments, a config block in a `spec_helper.cr` file, and `.spectator` config file.
Spectator can be configured with command-line arguments,
a config block in a `spec_helper.cr` file, and `.spectator` config file.
```crystal
Spectator.configure do |config|
@ -351,6 +352,10 @@ However, please test all code locally with an example spec file.
Documentation is automatically generated and published to GitLab pages.
It can be found here: https://arctic-fox.gitlab.io/spectator
This project is developed on [GitLab](https://gitlab.com/arctic-fox/spectator),
and mirrored to [GitHub](https://github.com/icy-arctic-fox/spectator).
Issues and PRs/MRs are accepted on both.
Contributors
------------