shard-spectator/src/spectator/matchers.cr

9 lines
170 B
Crystal
Raw Normal View History

2018-08-23 18:44:18 +00:00
require "./matchers/*"
module Spectator
2018-12-10 23:08:25 +00:00
# Evaluates conditions on values and objects
# to determine whether they satisify test criteria.
2018-08-23 18:44:18 +00:00
module Matchers
end
end