From 7a8e570bea265e065c1647ef347fb837779a43bc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 10 Feb 2020 17:50:35 -0700 Subject: [PATCH] Fix typo with should_eventually --- src/spectator/dsl/assertions.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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