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/*"
|
require "./formatters/*"
|
||||||
|
|
||||||
module Spectator
|
module Spectator
|
||||||
|
# Reports test results to the end-user in various formats.
|
||||||
module Formatters
|
module Formatters
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
require "./matchers/*"
|
require "./matchers/*"
|
||||||
|
|
||||||
module Spectator
|
module Spectator
|
||||||
|
# Evaluates conditions on values and objects
|
||||||
|
# to determine whether they satisify test criteria.
|
||||||
module Matchers
|
module Matchers
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue