Use MatchData

This commit is contained in:
Michael Miller 2019-02-26 20:29:04 -07:00
parent 0bf106ab2e
commit c1f61d68bf
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ module Spectator::Expectations
# when the expectation was evaluated.
# The *negated* flag and `MatchData#matched?` flag
# are mutually-exclusive in this context.
def initialize(@match_data : MatchData, @negated : Bool)
def initialize(@match_data : Spectator::Matchers::MatchData, @negated : Bool)
end
# Indicates whether the expectation was satisifed.