Fix typo with be_a matcher

This commit is contained in:
Michael Miller 2020-01-04 12:45:49 -07:00
parent c3688807d4
commit 8cfed440ed

View file

@ -8,7 +8,7 @@ module Spectator::Matchers
# This explains what condition satisfies the matcher.
# The description is used when the one-liner syntax is used.
def description : String
"is as #{Expected}"
"is a #{Expected}"
end
# Checks whether the matcher is satisifed with the expression given to it.