shard-spectator/src/spectator/matchers.cr
2018-12-10 16:08:25 -07:00

8 lines
170 B
Crystal

require "./matchers/*"
module Spectator
# Evaluates conditions on values and objects
# to determine whether they satisify test criteria.
module Matchers
end
end