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