Fix short-hand should syntax

This commit is contained in:
Michael Miller 2021-01-30 20:27:36 -07:00
parent 62d478f7c2
commit 948e29a8b7
No known key found for this signature in database
GPG Key ID: FB9F12F7C646A4AD
1 changed files with 1 additions and 1 deletions

View File

@ -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