shard-spectator/src/spectator/matchers.cr

9 lines
169 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
2021-11-28 22:45:17 +00:00
# to determine whether they satisfy test criteria.
2018-08-23 18:44:18 +00:00
module Matchers
end
end