Add top-level namespace docs

This commit is contained in:
Michael Miller 2018-12-10 16:08:25 -07:00
parent 4e0c821b8f
commit 6f5b03dc0f
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
require "./formatters/*"
module Spectator
# Reports test results to the end-user in various formats.
module Formatters
end
end

View file

@ -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