mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Placeholder mocks DSL
This commit is contained in:
parent
2adc867843
commit
8668e495ef
1 changed files with 7 additions and 0 deletions
7
src/spectator/dsl/mocks.cr
Normal file
7
src/spectator/dsl/mocks.cr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
require "../mocks"
|
||||||
|
|
||||||
|
module Spectator::DSL
|
||||||
|
# Methods and macros for mocks and doubles.
|
||||||
|
module Mocks
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue