... | @@ -10,8 +10,8 @@ If it doesn't exist already, create a `spec/spec_helper.cr` file. |
... | @@ -10,8 +10,8 @@ If it doesn't exist already, create a `spec/spec_helper.cr` file. |
|
In it, place the following:
|
|
In it, place the following:
|
|
|
|
|
|
```crystal
|
|
```crystal
|
|
require "spectator"
|
|
|
|
require "../src/*"
|
|
require "../src/*"
|
|
|
|
require "spectator"
|
|
```
|
|
```
|
|
|
|
|
|
This will include Spectator and the source code for your shard.
|
|
This will include Spectator and the source code for your shard.
|
... | | ... | |