shard-spectator/src/spectator/matchers.cr

9 lines
169 B
Crystal

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