Fix typo with should_eventually

This commit is contained in:
Michael Miller 2020-02-10 17:50:35 -07:00
parent 63ff59688b
commit 7a8e570bea

View file

@ -192,7 +192,7 @@ module Spectator
is_expected.to_not({{matcher}}) is_expected.to_not({{matcher}})
end end
macro should_eventuall(matcher) macro should_eventually(matcher)
is_expected.to_eventually({{matcher}}) is_expected.to_eventually({{matcher}})
end end