diff --git a/src/spectator/dsl/assertions.cr b/src/spectator/dsl/assertions.cr index fc6f84b..a9f1516 100644 --- a/src/spectator/dsl/assertions.cr +++ b/src/spectator/dsl/assertions.cr @@ -192,7 +192,7 @@ module Spectator is_expected.to_not({{matcher}}) end - macro should_eventuall(matcher) + macro should_eventually(matcher) is_expected.to_eventually({{matcher}}) end