From 948e29a8b7590c35bca66a070eada8b662abebe5 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 30 Jan 2021 20:27:36 -0700 Subject: [PATCH] Fix short-hand should syntax --- src/spectator/should.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/should.cr b/src/spectator/should.cr index 3be851f..7ebcf84 100644 --- a/src/spectator/should.cr +++ b/src/spectator/should.cr @@ -65,7 +65,7 @@ struct Proc(*T, R) end end -module Spectator::DSL::Assertions +module Spectator::DSL::Expectations macro should(matcher) expect(subject).to({{matcher}}) end