Add reference to new issue

https://github.com/icy-arctic-fox/spectator/issues/51
This commit is contained in:
Michael Miller 2023-01-26 16:18:26 -07:00
parent 528ad7257d
commit 24a860ea11
No known key found for this signature in database
GPG Key ID: AC78B32D30CE34A2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for string interpolation in context names/labels.
### Fixed
- Fix invalid syntax (unterminated call) when recording calls to stubs with an un-named splat.
- Fix invalid syntax (unterminated call) when recording calls to stubs with an un-named splat. [#51](https://github.com/icy-arctic-fox/spectator/issues/51)
### Changed
- Expectations using 'should' syntax report file and line where the 'should' keyword is instead of the test start.