mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add top-level namespace docs
This commit is contained in:
parent
4e0c821b8f
commit
6f5b03dc0f
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
require "./formatters/*"
|
||||
|
||||
module Spectator
|
||||
# Reports test results to the end-user in various formats.
|
||||
module Formatters
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
require "./matchers/*"
|
||||
|
||||
module Spectator
|
||||
# Evaluates conditions on values and objects
|
||||
# to determine whether they satisify test criteria.
|
||||
module Matchers
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue